Message Boards Message Boards

0
|
3164 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Submit NetTrain as a local process with LocalSubmit?

Posted 5 years ago

How to submit NetTrain as a local process? LocalSubmit do not work, i.e.,

net = NetChain[{LinearLayer[], LogisticSigmoid}];
LocalSubmit[
 NetTrain[net, {1 -> False, 2 -> False, 3 -> True, 4 -> True}, 
  TargetDevice -> "GPU"], 
 HandlerFunctions -> <|
   "TaskFinished" -> ((netOut = #EvaluationResult) &)|>,
 HandlerFunctionsKeys -> "EvaluationResult"]
POSTED BY: Luis Mendes
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract