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.
What's the problem and how should I fix it? Thanks!
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.
What's the problem and how should I fix it? Thanks!