-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Testing Issue
I am unable to reproduce the cifar10 results seen in the paper while using the pre-trained weights. Any insight to what I might be doing wrong?
Setup
- I downloaded cifar10 data and placed it in ./dataset/cifar10
- I downloaded the pre-trained cifar10 weights and placed them in ./checkpoints/cifar10.
- I converted some cifar10 images to grayscale and put them in ./checkpoints/test
- I run the test script as follows:
python test.py --dataset cifar10 --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output --gpu-ids 0
Results
The output is blotchy and not what I expected. Here are some example output images produced from the setup above:

karoly-hars and Wincioor11
Metadata
Metadata
Assignees
Labels
No labels