Open CodeSame opened 1 year ago
I have the same. I handled with 32bit issue but now it just show me some CUDA error, I sync up my torch with CUDA Toolkit but still same situation. Probably, 32gb Tesla isn't fun recommendation, it is in must need :D
I have the same. I handled with 32bit issue but now it just show me some CUDA error, I sync up my torch with CUDA Toolkit but still same situation. Probably, 32gb Tesla isn't fun recommendation, it is in must need :D
same
Does this have to be a 32GB video card? Has anyone tried 16G? Tesla T4?
Output of powershell after command python train_image.py --example_config golden_horse.yaml:
On my own, I was able to run this neural network by replacing in the 24th line of the file train_image.py the value from seed = np.random.randint(2 32) to seed = np.random.randint(2 31). BUT now all the other errors remain in the output. You can specify specific software versions and PC system requirements, if any.