-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value error : setting an array element with a sequence #2
Comments
In my environment, the code works without the error. |
Utilised the main.py for training the dataset python main.py --train_GT_path ./GT_path --train_LR_path ./LR_path --test_GT_path ./test_GT_path --test_LR_path ./test_LR_path --test_with_train True --scale 2 --log_freq 1000 |
Are you using multi-gpu? If you use multi-gpu environment, use this command |
I am using tensorflow 1.13 and python 3.6.9 numpy 1.15 scikit-image 0.15.0 |
The text was updated successfully, but these errors were encountered: