You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, i tried to run the training as read.me shows, installing the dependencies (pip install -r requirements.txt) and
when I ran this command python .\python\bin\iterate\table_adjacency_parsing.py .\configs\config.ini basic_conv_graph
the file table_adjacency_parsing.py showed me an error to import the iterators file table_adjacency_parsing_iterator.py. I solved this by placing the file table_adjacency_parsing.py at the root of the project.
Excellent! But when I ran the command again it showed me the following warnings WARNING:tensorflow: From table_adjacency_parsing_iterator.py:73: start_queue_runners (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the 'tf.data' module. WARNING:tensorflow:'tf.train.start_queue_runners()' was called when no queue runners were defined. You can safely remove the call to this deprecated function.
Ok, i need to update the tensorflow method, but where is the graph keys (to update the deprecated function) and why this is happening?
Specs
Windows 10
nvidia mx110 (vídeo card)
I7 8th Gen
8GB Ram
Python 3.6 :: Anaconda, Inc.
The text was updated successfully, but these errors were encountered:
Hi!
So, i tried to run the training as read.me shows, installing the dependencies (
pip install -r requirements.txt
) andwhen I ran this command
python .\python\bin\iterate\table_adjacency_parsing.py .\configs\config.ini basic_conv_graph
the file table_adjacency_parsing.py showed me an error to import the iterators file table_adjacency_parsing_iterator.py. I solved this by placing the file table_adjacency_parsing.py at the root of the project.
Excellent! But when I ran the command again it showed me the following warnings
WARNING:tensorflow: From table_adjacency_parsing_iterator.py:73: start_queue_runners (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the 'tf.data' module. WARNING:tensorflow:'tf.train.start_queue_runners()' was called when no queue runners were defined. You can safely remove the call to this deprecated function.
Ok, i need to update the tensorflow method, but where is the graph keys (to update the deprecated function) and why this is happening?
Specs
The text was updated successfully, but these errors were encountered: