Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Use spawn for every mindsdb task that require torch #100

Closed
George3d6 opened this issue Jun 11, 2020 · 0 comments
Closed

Use spawn for every mindsdb task that require torch #100

George3d6 opened this issue Jun 11, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@George3d6
Copy link
Contributor

Torch only likes running on spawned processes.

Ideally most processes should be forked instead but we can spawn mindsdb just fine, make sure that's done for every train/test/predict call and the results are properly returned.

@George3d6 George3d6 added the bug Something isn't working label Jun 11, 2020
@George3d6 George3d6 added this to the Mindsdb Server Installers milestone Jun 11, 2020
@George3d6 George3d6 self-assigned this Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant