Skip to content
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

H5pyDeprecatioinWarning #5

Open
SanjeewaDias opened this issue Jan 24, 2019 · 3 comments
Open

H5pyDeprecatioinWarning #5

SanjeewaDias opened this issue Jan 24, 2019 · 3 comments

Comments

@SanjeewaDias
Copy link

I get the following issue when running ./run.sh stage1_train. please help me

First training stage.
Training model /home/cscuser/Downloads/bird_audio/Dataset/SampleDataSet/Work/model_first_1.
Computing model /home/cscuser/Downloads/bird_audio/Dataset/SampleDataSet/Work/model_first_1 with network final_submission.
/home/cscuser/miniconda2/lib/python2.7/site-packages/h5py/_hl/dataset.py:313: H5pyDeprecationWarning: dataset.value has been deprecated. Use dataset[()] instead.
"Use dataset[()] instead.", H5pyDeprecationWarning)
WARNING (theano.tensor.blas): We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.
WARNING:We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.
WARNING (theano.tensor.blas): We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.
WARNING:We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.

@danstowell
Copy link
Collaborator

These are warnings, not errors. (Programs usually continue as normal even if they output warnings.) Do you have a problem?

@SanjeewaDias
Copy link
Author

My system doesn't have a GPU memory (But have 8GB CPU memory). Are there any extra configurations to be done for my system to run this? Because when I get the above warning, system is getting stuck, even I have reduced the size of the dataset. Does it cause a huge effect without having a GPU?

@danstowell
Copy link
Collaborator

We haven't tried it on a non-GPU system.

You might alternatively like to try the re-implementation in Keras: https://github.com/UKYSpeechLab/ukybirddet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants