You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/castle/.local/bin/easygan", line 6, in <module>
easygan.main()
File "/home/castle/.local/lib/python3.6/site-packages/easygan/__init__.py", line 265, in main
run_DCGAN(folder, batch, fileformat)
File "/home/castle/.local/lib/python3.6/site-packages/easygan/__init__.py", line 202, in run_DCGAN
batch_image = image_batch(filePath, batch_size, fileformat)
File "/home/castle/.local/lib/python3.6/site-packages/easygan/__init__.py", line 150, in image_batch
files = random.sample(files, int(batchSize))
File "/usr/local/lib/python3.6/random.py", line 317, in sample
raise ValueError("Sample larger than population or is negative")
ValueError: Sample larger than population or is negative
ValueError: Sample larger than population or is negative
The text was updated successfully, but these errors were encountered: