Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anikristo committed Dec 9, 2017
1 parent 7954c08 commit 590386f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pip install -r requirements.txt

# Other Files

- [bvlc_alexnet.npy](http://www.cs.toronto.edu/~guerzhoy/tf_alexnet/bvlc_alexnet.npy)
- [utils/bvlc_alexnet.npy](http://www.cs.toronto.edu/~guerzhoy/tf_alexnet/bvlc_alexnet.npy)
1 change: 1 addition & 0 deletions code/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_test_batch_iter(self):
def get_labels(self):
pass

# reference: https://github.com/Yangqing/decaf/blob/86b39770476ab2865018ca976321ac1e99e286da/decaf/layers/data/cub.py
@staticmethod
def _read_image(image_path, bounding_box=None):
image = imread(image_path)
Expand Down

0 comments on commit 590386f

Please sign in to comment.