Compatibility with Windows #145
Unanswered
GabrielSoto-INL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was attempting to install and run the time series DGAN on a Windows machine and got the following error:
Upon further digging, it seems that the "fork" multiprocessing option is not supported in Windows (only the "spawn" option is supported). And the
multiprocessing_contextoption is hard-coded within the_trainmethod intimeseries_dgan.My questions are:
Is Windows compatibility currently possible with Gretel Synthetics (at least, with the time series DGAN capability)?
If not, are there plans in the future for Windows compatibility? Or are there ways in which a user could try to get Windows compatibility to work?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions