# NOT RUN {
if (torch_is_installed()) {
# }
# NOT RUN {
inputs = torch_randn(c(20, 16, 50, 10, 20))
weights = torch_randn(c(16, 33, 3, 3, 3))
nnf_conv_transpose3d(inputs, weights)
# }
# NOT RUN {
}
# }
Run the code above in your browser using DataLab