We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The local installation isn't working. After running command python setup.py install. I am only able to import pase but not pase.models etc.
python setup.py install
On running the following python lines:
import pase help(pase)
import pase
help(pase)
I get this output:
NAME pase PACKAGE CONTENTS make_trainset_statistics pase (package) precompute_aco_data setup train unsupervised_data_cfg_librispeech FILE /notebooks/pase/init.py
NAME pase
PACKAGE CONTENTS make_trainset_statistics pase (package) precompute_aco_data setup train unsupervised_data_cfg_librispeech
FILE /notebooks/pase/init.py
I think the there's some problem with the setup. Could you please check it once?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The local installation isn't working. After running command
python setup.py install
. I am only able to import pase but not pase.models etc.On running the following python lines:
import pase
help(pase)
I get this output:
I think the there's some problem with the setup. Could you please check it once?
The text was updated successfully, but these errors were encountered: