-
Notifications
You must be signed in to change notification settings - Fork 4.8k
TensorRT not found #122
Comments
Got the same problem yesterday There was no such problem last weekend |
Got the same problem |
Yes,and I got more error logs from yesterday,which was no such problem the day before yesterday. 2023-04-05 01:14:31.953845: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. |
i got the same problem too ,but it could train as usually if you don't care about it. |
Where you got good pre-trained, i has trained it to epoch 6,4k and quality is not to good |
almost 1000 epoch , 20000steps. it has a clear voice(still has some electric murmur). Specifically,it's up to your trainset's quality. |
|
Thank You!But it seems another problem log appeared.I tried your colab file and the github colab file,all of them show the log below when I started training: WARNING:44k:git hash values are different. f21f448(saved) != afe8c33(current) -- Process 0 terminated with the following error: |
AttributeError: 'HParams' object has no attribute 'all_in_mem' |
old configs need add this line to work |
Update your configs file with reference to config_template.json. or in an existing config file add |
problem solved,thanks a lot :)! |
Thanks! |
I use Google Colab.
I have problem with resampy,torchcrepe,and TensorRT.
I can fix resampy and torchcrepe wit just pip install.
But TensorRT is different,i has install it using pip install and it successfully.
But i still got same issues with TensorRT at train.py
Log during training:
2023-04-04 09:27:45.515902: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
2023-04-04 09:27:45.515899: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
The text was updated successfully, but these errors were encountered: