Last active
January 9, 2022 08:14
-
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.
Estimator demo using Automobile dataset
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.