We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b177e19 commit 3cc566fCopy full SHA for 3cc566f
versiones_deep.py
@@ -1,9 +1,7 @@
1
-# theano
2
-import theano
3
-print('theano: %s' % theano.__version__)
4
# tensorflow
5
import tensorflow
6
print('tensorflow: %s' % tensorflow.__version__)
7
# keras
8
import keras
9
print('keras: %s' % keras.__version__)
+
0 commit comments