yuanming-hu / exposure

Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
MIT License
767 stars 156 forks source link

Testing procedure gets stuck at "initializing..." #49

Closed JohnTargaryen closed 4 years ago

JohnTargaryen commented 4 years ago

image I train a model with my own dataset and stored the checkpoint in ./models/sintel/test

Then I test the model using command " python3 evaluate.py sintel test path/to/mydata/*.JPG" The testing procedure then gets stuck at "Initializing..." and takes up only 99MB of gpu. image

What's the problem and how should I fix it? Thanks!