Skip to content

Commit

Permalink
update .gitignore / README
Browse files Browse the repository at this point in the history
  • Loading branch information
dalgu90 committed Mar 13, 2017
1 parent 9b5ba8d commit b63f4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ cifar-100-binary*
!eval.sh

# Trained checkpoints
resnet-18.t7
init*
resnet_baseline*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A TensorFlow implementation of ResNet-18(https://arxiv.org/abs/1512.03385)

- (Optional) Convert torch .t7 into tensorflow ckpt
```
# Download the ResNet-18 torch checkpoint
# Download the ResNet-18 torch checkpoint
wget https://d2j0dndfm35trm.cloudfront.net/resnet-18.t7
# Convert into tensorflow checkpoint
python extract_torch_t7.py
Expand Down

0 comments on commit b63f4b6

Please sign in to comment.