santi-pdp / pase

Problem Agnostic Speech Encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in installation

tarun360 opened this issue · comments

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:

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?