effusiveperiscope / so-vits-svc

so-vits-svc
MIT License
179 stars 71 forks source link

TF-TRT Warning: Could not find TensorRT #38

Closed sdlkhfksl closed 1 year ago

sdlkhfksl commented 1 year ago

INFO:44k:====> Epoch: 16, cost 49.20 s 2023-06-16 08:09:25.068286: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:09:25.070252: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:====> Epoch: 17, cost 49.26 s 2023-06-16 08:10:14.504685: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:10:14.542880: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:====> Epoch: 18, cost 49.14 s 2023-06-16 08:11:03.809658: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:11:03.889018: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:====> Epoch: 19, cost 50.24 s 2023-06-16 08:11:55.418990: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:11:55.475640: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:Train Epoch: 20 [51%] INFO:44k:Losses: [2.5939083099365234, 2.0429091453552246, 9.801409721374512, 18.8170166015625, 1.699934959411621], step: 800, lr: 9.976276699833672e-05 INFO:44k:====> Epoch: 20, cost 52.13 s 2023-06-16 08:12:46.807814: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:12:46.934800: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:====> Epoch: 21, cost 50.08 s 2023-06-16 08:13:37.021927: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:13:37.074696: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT INFO:44k:====> Epoch: 22, cost 49.88 s 2023-06-16 08:14:27.201879: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-06-16 08:14:27.323082: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

how to resolve this problem? thanks!

effusiveperiscope commented 1 year ago

This warning does not affect training. However it can be resolved by removing tensorflow in the colab installation process, which I have now added into the code. Tensorflow is not needed for training.