-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SENN_train cannot run #19
Comments
Hello, I have the same problem as you. How do you solve it? |
I think it is caused by different versions of python and its dependencies. You should check the error details to get that working on your versions of software |
I test on Python 3.7 3.6 3.5, while, not working . The issue is happed on SENN.py, for i in range(0, self.batch_size, 1)]).... |
still not working.... |
Please please please read the error message carefully otherwise you are not moving in the right direction |
targets = tf.concat(0,[tf.reshape(speech_f[i][self.N_IN - 1][0:self.NEFF],[1, self.NEFF]) for i in range(0, self.batch_size, 1)]) |
I have modified this part of the code targets = tf.concat(0,[tf.reshape(speech_f[i][self.N_IN - 1][0:self.NEFF],[1, self.NEFF]) for i in range(0, self.batch_size, 1)])------------------------> The error message is now gone |
@JH2018-2021 Thx! Could you please list your tf version so that other people with the same version of tensorflow can refer to this issue to solve their problems. |
@JYH9351 May I ask which version of tensorflow are you using? |
/usr/local/lib/python2.7/dist-packages/librosa/init.py:35: FutureWarning: You are using librosa with Python 2. Please note that librosa 0.7 will be the last version to support Python 2, after which it will require Python 3 or later.
Caused by op u'FFT_1', defined at: InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'FFT' with these attrs. Registered kernels:
我遇到一个这个问题,查了一下是由于CPU版上没有FFT操作对象之类的,请问是必须要在GPU上运行吗? @zhr1201 |
@Luciferhy 你这个问题解决了吗?我也遇到同样的问题。 |
I set the Path of data, but it has the problem on " images, targets = SE_Net.inputs(data_frames)"
The text was updated successfully, but these errors were encountered: