You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error on https://github.com/ANTsX/ANTsRNet/blob/master/R/createDeepDenoiseSuperResolutionModel.R#L90
The first argument of layer_add is the inputs (list of tensors) and the second argument is the batch_size. When piped, this is putting outputs in the inputs slot, then list in the batch size. I'm not sure what you want to do here, so I added a stop because it's not fixed.
The text was updated successfully, but these errors were encountered:
There is an error on https://github.com/ANTsX/ANTsRNet/blob/master/R/createDeepDenoiseSuperResolutionModel.R#L90
The first argument of
layer_add
is the inputs (list of tensors) and the second argument is thebatch_size
. When piped, this is puttingoutputs
in theinputs
slot, then list in the batch size. I'm not sure what you want to do here, so I added a stop because it's not fixed.The text was updated successfully, but these errors were encountered: