Open yangdaowu opened 2 years ago
The error you encountered occurs when an error occurs during executing a function dynamically generated by TensorFlow. Could you please attach the entire error message? I cannot give you any information or suggestion about the issue.
Decoding Audio [14] of subset train...
100%|███████████████████████████████████████████████████████████████████████████| 1/1 [00:01<00:00, 1.24s/it]
2022-05-07 13:28:43.997294: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 209715200 exceeds 10% of free system memory.
Traceback (most recent call last):
File "main.py", line 90, in
Function call stack: train_function
2022-05-07 13:28:44.496904: W tensorflow/core/kernels/data/generator_dataset_op.cc:103] Error occurred when finalizing GeneratorDataset iterator: Failed precondition: Python interpreter state is not initialized. The process may be terminated. [[{{node PyFunc}}]]
The point is in this line:
tensorflow.python.framework.errors_impl.UnimplementedError: Fused conv implementation does not support grouped convolutions for now.
This repo was made with TensorFlow 2.3. What version of TF are you using now?
I'll try to reconfigure the environment
Sorry for making you spend time on this repo, but since I have not been maintaining this repo for more than a year, I can't give you any advice that will be helpful. I haven't spent much time making this repo's code quality better, so there might be some inconsistencies between the source code uploaded to GitHub and the actual code I used on my server. If you have any questions about my implementation, feel free to ask me :)
Hello, I have happened when I run tran.py. Error occurred when finalizing GeneratorDataset iterator: Failed precondition: Python interpreter state is not initialized. The process may be terminated. [[{{node PyFunc}}]]