-
Notifications
You must be signed in to change notification settings - Fork 512
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
运行train时卡主的问题。 #38
Comments
debug的时候,运行到大约207行时卡住: |
解决了吗,我也是 |
请问你解决了吗 我也是这样的 能加个Q805165447 一起交流下吗 |
我也是这个问题 |
我之前解决了 有问题可以加我楼上的q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Applications/anaconda3/envs/tensorflow/bin/python3 /Users/fsl/CPS-OCR-Engine/ocr/Chinese_OCR.py --mode=train --max_steps=16002 --eval_steps=100 --save_steps=500
2019-01-25 15:21:59.993717: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
WARNING:tensorflow:From /Users/fsl/CPS-OCR-Engine/ocr/Chinese_OCR.py:91: slice_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by
tf.data
. Usetf.data.Dataset.from_tensor_slices(tuple(tensor_list)).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)
. Ifshuffle=False
, omit the.shuffle(...)
.train
Begin training
./dataset/train/03755
./dataset/test/03755
WARNING:tensorflow:From /Applications/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py:372: range_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by
tf.data
. Usetf.data.Dataset.range(limit).shuffle(limit).repeat(num_epochs)
. Ifshuffle=False
, omit the.shuffle(...)
.WARNING:tensorflow:From /Applications/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py:318: input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by
tf.data
. Usetf.data.Dataset.from_tensor_slices(input_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)
. Ifshuffle=False
, omit the.shuffle(...)
.WARNING:tensorflow:From /Applications/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py:188: limit_epochs (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by
tf.data
. Usetf.data.Dataset.from_tensors(tensor).repeat(num_epochs)
.WARNING:tensorflow:From /Applications/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py:197: QueueRunner.init (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:From /Applications/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py:197: add_queue_runner (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:From /Users/fsl/CPS-OCR-Engine/ocr/Chinese_OCR.py:101: shuffle_batch (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by
tf.data
. Usetf.data.Dataset.shuffle(min_after_dequeue).batch(batch_size)
.WARNING:tensorflow:From /Users/fsl/CPS-OCR-Engine/ocr/Chinese_OCR.py:187: 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.:::Training Start:::
之后就一直卡在这里,跑了一个下午都没往下,这是什么问题呢?谢谢。
The text was updated successfully, but these errors were encountered: