Group Abstract Group Abstract

Message Boards Message Boards

Advancing towards Modeling 2.0 with neural-ODE via Wolfram Language

Posted 4 years ago
POSTED BY: James Lu
2 Replies
Posted 4 years ago

Hi, Thanks for the great work. I am following your nb and I have error messages at the following commands. I appreciate your help. I am guessing these are input data.

n = 10;
trainedPK = NetTrain[combinedPKNet,<|"PKPDData" -> Table[trainPKPDData, n],
   "Target" -> Table[inputPKObs, n],"Weight" -> Table[inputWeight, n] ,"InitialState" -> Table[initState, n],"Dose" -> Table[inputDosing, n]|>, LossFunction -> "Loss", ValidationSet -> None, MaxTrainingRounds -> 10,  Method -> {"ADAM", "LearningRate" -> 10^-4,  "GradientClipping" -> 1,  "L2Regularization" -> 0.1} ] 

NetTrain::invindim3: Data provided to port "Dose" should be a non-empty list of n*1 matrices, but was inputDosing.

Sangdon Lee

POSTED BY: Sangdon Lee

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard