numenta / htmresearch

Experimental algorithms. Unsupported.
GNU Affero General Public License v3.0
223 stars 109 forks source link

Fix gpu and default params #944

Closed lscheinkman closed 5 years ago

lscheinkman commented 5 years ago

Added missing default values for the experiments_paper.cfg and fixed daemonic processes are not allowed to have children error when using GPU.

@subutai I was able to run all the 8 experiments in experiments_paper.cfg in 20 minutes after this fix using domino's GPU g3.4xlarge (CUDA 9) machine combined with htmresearch dev (GPU Tools CUDA9)

subutai commented 5 years ago

Excellent!