Closed myGithubSiki closed 3 years ago
ok! Thanks i have run it in Hrsc2016 Dataset . Thanks for your reply . It help me a lot
Hi Sorry to disturb you again, When i started to train , i got some errors.
2021-09-07 07:24:17: global_step:13881 current_step:3880 speed: 0.658s, remaining training time: 00:21:13:08 total_losses:2.562 cls_loss:1.574 reg_loss:0.988
2021-09-07 07:24:22.736337: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736385: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736401: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736484: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736506: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736524: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736562: W tensorflow/core/kernels/queue_base.cc:277] _0_get_batch/input_producer: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736594: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736615: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736637: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736655: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736670: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736684: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736699: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736714: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736730: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed 2021-09-07 07:24:22.736762: W tensorflow/core/kernels/queue_base.cc:277] _2_get_batch/batch/padding_fifo_queue: Skipping cancelled enqueue attempt with queue not closed Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call return fn(*args) File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1350, in _run_fn target_list, run_metadata) File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InvalidArgumentError: Input matrix is not invertible. [[{{node tower_0/gradients/tower_0/build_loss/MatrixSquareRoot_grad/MatrixSolve}}]]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "train.py", line 160, in
Original stack trace for 'tower_0/gradients/tower_0/build_loss/MatrixSquareRoot_grad/MatrixSolve':
File "train.py", line 160, in
...which was originally created as op 'tower_0/build_loss/MatrixSquareRoot', defined at:
File "train.py", line 160, in
I can not get the answer by Google , do you give me some advise?
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input matrix is not invertible.
Adjustment parameters, such as GWD_FUNC, GWD_TAU, LR.
Ok, thanks I will try . Thanks for your reply and help again
1.i have downloaded trained models by this project, then put them to $PATH_ROOT/output/pretained_weights. the pretained_weights is resnet_v1d.
cd $PATH_ROOT/libs/utils/ rm .so rm .c rm *.cpp python setup.py build_ext --inplace