jwyang / jwyang/face-alignment

Parallel processing not working

Open
#31 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
321
Forks
190
PR merge metrics
No merged PRs in 30d

Description

Dear Yang;
First of all thank you for the code. I have been trying to get your code to work for some days now but all my attempts to start parpool have failed. I have googled and tried everything. As this the error encountered by a number of Matlab Users, would you recommend running the code without parallel processing?

The information about my System is.
Core m y510c CPU @ .8GHz 1GHz.
Win 8.1
MATLAB Version: 8.3.0.532 (R2014a)

Error is:
> Error using parpool (line 111)
> Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'LocalProfile1' in the
> Cluster Profile Manager.)
>
> Error in train_model (line 31)
> parpool(4);
>
> Caused by:
> Error using parallel.internal.pool.InteractiveClient/start (line 330)
> Failed to start pool.
> Error using parallel.Job/submit (line 304)
> All dimension arguments must be greater than zero

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.