Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

where is tensorflow slim

Tensorflow.contrib is nomore included in tf's pacakge
To use slim run this command

>>> pip install --upgrade tf_slim

and the add this in your script file

>>> import tf_slim as slim
>>> slim = slim

'''==== "HappyCodding" ===='''
 
PREVIOUS NEXT
Tagged: #tensorflow #slim
ADD COMMENT
Topic
Name
6+4 =