We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
layer_add
batch_size
outputs
inputs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: