Govan111

Results 5 issues of Govan111

from future import division from future import print_function try: import tensorflow.compat.v1 as tf tf.disable_v2_behavior() except (ImportError, AttributeError): import tensorflow as tf import tensorflow as tf import numpy as np import...

I fail to load the trained model to finetune, which is in the file of light_shinkai_ckpt. It shows that ‘Checkpoint is not found, training from scratch with 1 epochs...’

NotFoundError (see above for traceback): Key rnn/bdrnn2/fw/lstm_cell/weights not found in checkpoint [[Node: save/RestoreV2_39 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2_39/tensor_names, save/RestoreV2_39/shape_and_slices)]] Can you know how to solve it?

When I run the detect.py which the default image size is 624x1024,the inference time is 14ms.And I resize the image size to 256x256,the inference time is also 14ms.So I have...