Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adjustments to README
  • Loading branch information
ArmandCom authored Dec 3, 2020
1 parent 3978de0 commit 86c792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For this experiment, missing labels are set to be soft.
A qualitative example of the expected results after 600 epochs (about 100k iterations) is:
<img src="example_image_varying_MNIST.png" width="800px"/>

Expected quantitative results can be found in the paper. For Scenario 1, change crop_size and set the flag use_crop_size to True in the config.py file.
Expected quantitative results can be found in the paper. For Scenario 1, change crop_size to [64, 32] and set the flag use_crop_size to True in the config.py file. For both Scenarios 1 and 2, fix the flag with_var_appearance to False.

After setting up the environment, we can train and test the code with:
```
Expand Down

0 comments on commit 86c792b

Please sign in to comment.