Closed jeandut closed 8 months ago
Small fixes to accommodate new API + recent bootstrap changes (+ fix for better dev experience)
For your information, one easy way to speed things up when:
Is to add
"--extra-index-url https://download.pytorch.org/whl/cpu",
To your torch dependency
torch
See MNSIT example with substrafl the docs.
substrafl
For your information, one easy way to speed things up when: Running remotely Not using GPUs Is to add "--extra-index-url https://download.pytorch.org/whl/cpu", To your torch dependency See MNSIT example with substrafl the docs.
Nice trick let me add it in the issues !
Small fixes to accommodate new API + recent bootstrap changes (+ fix for better dev experience)