I need Some Help

#14
by thebryanalvarado - opened

Hello, I want to run this model of the tutorial this pytorch part but it takes many time.

image.png

this is my code

image.png

Sorry for my english and sorry for I don't know how to publish a post or maybe start a discussion in comunity.

Check what device you are using using, if you are using CPU then change your device type to CUDA (GPU) by running-> torch.set_default_device('cuda')
Try to run this code on Google Colaboratory while changing runtime to T4 gpu.

Hope this helps :)

Hello @dhairyaS-Bn thanks for answer but my laptop has a nvidia 1670 that is useful or not.

use google colaboratory the model wont work on nvidia 1670 that much better, if it still takes much more time try to reduce samples

Sign up or log in to comment