what the version of keras and tensorflow?
Thanks for you jobs. It is confuse to me when training lpcnet. All kinds of problems come to me because the error version keras and tensorflow. It really a headache for the confusion of missing guide of versions
Hello, I have successfully tested the project, and my environment is : CUDA 10.0 cudnn 7.4.1 tensorflow-gpu 1.13.1 keras 2.2.0
Hope it helps you !
Thanks!
If you look at master and exp_improved_simd2, there's new tensorflow 2 training code that seems to be working well, so I encourage you to test that out. Actually, for the newer branch, exp_improved_simd2, the tf1 code is out of date and should not be used.
If you look at master and exp_improved_simd2, there's new tensorflow 2 training code that seems to be working well, so I encourage you to test that out. Actually, for the newer branch, exp_improved_simd2, the tf1 code is out of date and should not be used.
thanks,bro
If you look at master and exp_improved_simd2, there's new tensorflow 2 training code that seems to be working well, so I encourage you to test that out. Actually, for the newer branch, exp_improved_simd2, the tf1 code is out of date and should not be used.
@jmvalin I train the tf2 version model and tf1 version model with same feature.f32 and data.u8. But the tf2 version model has severse high frequency noise, while tf1 version model rarely has this problem. I cann't fingure out the reason.
If you look at master and exp_improved_simd2, there's new tensorflow 2 training code that seems to be working well, so I encourage you to test that out. Actually, for the newer branch, exp_improved_simd2, the tf1 code is out of date and should not be used.
@jmvalin I train the tf2 version model and tf1 version model with same feature.f32 and data.u8. But the tf2 version model has severse high frequency noise, while tf1 version model rarely has this problem. I cann't fingure out the reason.
Hello, which version of tensorflow do you use, 2.0.0 or 2.1.0?
If you look at master and exp_improved_simd2, there's new tensorflow 2 training code that seems to be working well, so I encourage you to test that out. Actually, for the newer branch, exp_improved_simd2, the tf1 code is out of date and should not be used.
Hello, which version of tensorflow2 is it? 2.0.0 or 2.1.0? thanks