Skip to content
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

Open
Zepharchit opened this issue Aug 27, 2020 · 5 comments
Open

Value error : setting an array element with a sequence #2

Zepharchit opened this issue Aug 27, 2020 · 5 comments

Comments

@Zepharchit
Copy link

Zepharchit commented Aug 27, 2020

Screenshot from 2020-08-26 15-45-06

@dongheehand
Copy link
Owner

In my environment, the code works without the error.
It will be helpful to let me know the command you used.
Thank you!

@Zepharchit
Copy link
Author

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

@dongheehand
Copy link
Owner

Are you using multi-gpu?
The code is assumed to run in single gpu environment

If you use multi-gpu environment, use this command
CUDA_VISIBLE_DEVICES=0 python main.py ....

@Zepharchit
Copy link
Author

No i tried it on single GPU environment. I am still stuck with the same issue

have used the following command
CUDA_VISIBLE_DEVICES=0 python main.py --train_GT_path ../Dat_Noh/train/train_h/ --train_LR_path ../Dat_Noh/train/train_l --scale 2 --log_freq 1000

Screenshot from 2020-09-24 15-58-49

@Zepharchit
Copy link
Author

I am using tensorflow 1.13 and python 3.6.9 numpy 1.15 scikit-image 0.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants