Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with training: Tensorflow queue_runner #48

Open
Vitorhgbds opened this issue Apr 15, 2021 · 0 comments
Open

Problems with training: Tensorflow queue_runner #48

Vitorhgbds opened this issue Apr 15, 2021 · 0 comments

Comments

@Vitorhgbds
Copy link

Hi!

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant