Use GPU when possible
#7
by
AniketGupta895
- opened
Model was hardcoded to use the cpu. This change will move to GPU using .to(device) instead of .to("cpu")
Model was hardcoded to use the cpu. This change will move to GPU using .to(device) instead of .to("cpu")