sequitur
sequitur copied to clipboard
How to use cuda to accelerate when using quick_train
How to use cuda to accelerate when using quick_train, does the method quick_train provide some parameter to specify the device
I know it might be a bit outdated but yes, there's a parameter called device
now.
train_model(..., device=torch.device("cuda"))