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

Error in get_attributes #9

Open
vikaschib7 opened this issue Jan 10, 2018 · 0 comments
Open

Error in get_attributes #9

vikaschib7 opened this issue Jan 10, 2018 · 0 comments

Comments

@vikaschib7
Copy link

Number of documents must be greater than batchsize. Please revise the batchsize.
Dataprocessing ended with an error.
Traceback (most recent call last):
File "main.py", line 200, in
run_examples()
File "main.py", line 194, in run_examples
example1()
File "main.py", line 55, in example1
trainingset_attributes=data_processing.get_attributes())
File "/home/glmr/anaconda3/apps/deep-belief-nets-for-topic-modeling/DataPreparation/data_processing.py", line 437, in get_attributes
return s.load(open(env_paths.get_attributes_path(training), "rb"))
IOError: [Errno 2] No such file or directory: 'output/train/BOWs/attributes.p'

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

1 participant