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

Running prediction without a fitted pdb #5

Open
andreanans opened this issue Jun 28, 2019 · 0 comments
Open

Running prediction without a fitted pdb #5

andreanans opened this issue Jun 28, 2019 · 0 comments

Comments

@andreanans
Copy link

andreanans commented Jun 28, 2019

Hi,

Just playing around with the software and it seems to only run if you supply a fitted pdb. Is it possible to run this prediction without a pdb?

I should attach the error, if I don't include a pdb I see:

Traceback (most recent call last):
File "./main.py", line 20, in
run_predictions(args.input, args.output, args.thresholds, args.skip[0], args.check_existing)
File "/data/andrean/CascadeCNN/new_Ca-Backbone-Prediction-master/prediction/prediction.py", line 59, in run_predictions
pool = Pool(min(cpu_count(), len(params_list)))
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/context.py", line 119, in Pool
context=self.get_context())
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/pool.py", line 167, in init
raise ValueError("Number of processes must be at least 1")
ValueError: Number of processes must be at least 1

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