-
Star
(152)
You must be signed in to star a gist -
Fork
(49)
You must be signed in to fork a gist
-
-
Save martinwicke/6838c23abdc53e6bcda36ed9f40cff39 to your computer and use it in GitHub Desktop.
if I don't have jupiter notebook (in my case I work in Azure and have no graphics), can I put all the lines of code in one text file and run through it? How?
if I don't have jupiter notebook (in my case I work in Azure and have no graphics), can I put all the lines of code in one text file and run through it? How?
Try using Google CoLab, its free online Jupyter Notebook
I have put the code in one file called code.py which I pass as input to python(3). The job terminates without any output, but with the following messages. Anything I can do to fix?
WARNING:tensorflow:Using temporary folder as model directory: /home/u23885/tmp/tmpzouq5h7f
WARNING:tensorflow:RunConfig.uid (from tensorflow.contrib.learn.python.learn.estimators.run_config) is experimental and may change or be removed at any time, and without warning.
WARNING:tensorflow:RunConfig.uid (from tensorflow.contrib.learn.python.learn.estimators.run_config) is experimental and may change or be removed at any time, and without warning.
WARNING:tensorflow:From /home/u23885/.local/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/monitors.py:267: BaseMonitor.init (from tensorflow.contrib.learn.python.learn.monitors) is deprecated and will be removed after 2016-12-05.
Instructions for updating:
Monitors are deprecated. Please use tf.train.SessionRunHook.
Hi, thanks for article. can you please help me understand how to use that model? simple code sample? many thanks.