Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rezoo/illustration2vec
Browse files Browse the repository at this point in the history
  • Loading branch information
rezoo committed Sep 23, 2015
2 parents 9fe1d75 + c7840fb commit 906ebcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -78,8 +78,7 @@ import i2v
from PIL import Image

# In the feature vector extraction, you do not need to specify the tag.
illust2vec = i2v.make_i2v_with_chainer(
"illust2vec_ver200.caffemodel")
illust2vec = i2v.make_i2v_with_chainer("illust2vec_ver200.caffemodel")

# illust2vec = i2v.make_i2v_with_caffe(
# "illust2vec.prototxt", "illust2vec_ver200.caffemodel")
Expand Down Expand Up @@ -132,4 +131,5 @@ shape: (1, 512), dtype: uint8
```

# License
This library is licensed under the MIT License.
The pre-trained models and the other files we have provided are licensed
under the MIT License.

0 comments on commit 906ebcb

Please sign in to comment.