Farooq Zaman

Results 2 issues of Farooq Zaman

Hi, you used data Loader from pytorch which require all images to be in separate folders each folder name should be a class name, and will contain all images of...

TypeError Traceback (most recent call last) in () 1 if __name__ == '__main__': ----> 2 train(47, 4096, 64, 0.05, 0.3, 'models/vae_fnd_0.05_0.3') 3 # test(20, 4096, 64, 0.05, 0.3, 'models/vae_fnd_0.05_0.3') 4...