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

The test results are not collect #14

Closed
koalakodai opened this issue Mar 7, 2024 · 0 comments
Closed

The test results are not collect #14

koalakodai opened this issue Mar 7, 2024 · 0 comments

Comments

@koalakodai
Copy link

@jgkwak95
I am running train.py and test.py on 512x256 pix images.
Each is executed as follows.

python main.py --dataset_dir bdd100k --phase train--experiment_name bdd_exp --batch_size 1 --load_size 258 --fine_size 256

python main.py --dataset_dir bdd100k --phase test --experiment_name bdd_exp --batch_size 1 --load_size 258 --fine_size 256 --use_uncertainty True

I am facing the following problems.

① When I am running --phase train
loss function does not decrease as shown in the picture.
(It's always been nan.)

image

② When I am running --phase test
the fake_img is not displayed as shown in the picture.

image

I believe ① and ② are related.
If you have a solution, I would like to know.
I'm looking forward to hearing from you soon.

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

1 participant