Skip to content

OSError in Mac OS X 10.11 #4

Description

@fauria

Running:

git clone https://github.com/valentin012/conspeech.git
cd conspeech
sudo pip install nltk sklearn
python demo.py RY 0.25

Throws:

[constructing dataset...]
Traceback (most recent call last):
  File "demo.py", line 37, in <module>
    (dataset,vocab) = construct_dataset([TRAIN_DIR,TEST_DIR,DEV_DIR])
  File "/Users/fauria/github/conspeech/con_util.py", line 48, in construct_dataset
    for f in sorted(os.listdir(p)): 
OSError: [Errno 2] No such file or directory: 'convote_v1.1\\data_stage_three/training_set'

Some files seems to be missing:

ls -R convote_v1.1/
readme.txt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions