Skip to content

Can't Reproduce CIFAR10 Test Image Results #24

@bri-davis

Description

@bri-davis

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

  1. I downloaded cifar10 data and placed it in ./dataset/cifar10
  2. I downloaded the pre-trained cifar10 weights and placed them in ./checkpoints/cifar10.
  3. I converted some cifar10 images to grayscale and put them in ./checkpoints/test
  4. 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:
Screen Shot 2019-12-01 at 1 23 24 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions