Skip to content

Commit 3cc566f

Browse files
author
jbagnatoMacPro
committed
removed theano lines cause they are not in use
1 parent b177e19 commit 3cc566f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

versiones_deep.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# theano
2-
import theano
3-
print('theano: %s' % theano.__version__)
41
# tensorflow
52
import tensorflow
63
print('tensorflow: %s' % tensorflow.__version__)
74
# keras
85
import keras
96
print('keras: %s' % keras.__version__)
7+

0 commit comments

Comments
 (0)