Skip to content

Commit

Permalink
renamed project from convnet to xlearn
Browse files Browse the repository at this point in the history
  • Loading branch information
decarlof committed Sep 30, 2016
1 parent 465e3b9 commit 69011f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/demo/transform_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import re
import dxchange
import time
from convnet.transform import model
from convnet.transform import predict
from xlearn.transform import model
from xlearn.transform import predict


batch_size = 800
Expand Down
2 changes: 1 addition & 1 deletion doc/demo/transform_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

from __future__ import print_function
from convnet.transform import train
from xlearn.transform import train
import dxchange


Expand Down

0 comments on commit 69011f0

Please sign in to comment.