yuanming-hu / exposure

Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing procedure gets stuck at "initializing..."

JohnTargaryen opened this issue · comments

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!