neuralgym
neuralgym copied to clipboard
error in running training code for generative image inpainting training code
2023-06-18 07:23:12.649587: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
2023-06-18 07:23:12.652543: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
2023-06-18 07:23:12.652586: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Traceback (most recent call last):
File "/content/drive/MyDrive/geninpaint_code1/train.py", line 5, in
same error, have you found any solution?
No
On Fri, 10 May 2024, 23:52 talha, @.***> wrote:
same error, have you found any solution?
— Reply to this email directly, view it on GitHub https://github.com/JiahuiYu/neuralgym/issues/18#issuecomment-2105074165, or unsubscribe https://github.com/notifications/unsubscribe-auth/BARGPLJYUANF43WCICPGH3LZBUF7FAVCNFSM6AAAAAAZKW6GAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVGA3TIMJWGU . You are receiving this because you authored the thread.Message ID: @.***>
Make sure that you are using the correct version of Tensorflow - versions over 2.0 do not work as the 'contrib' method was deprecated in version 2.0. https://stackoverflow.com/questions/55870127/module-tensorflow-has-no-attribute-contrib