We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c78e9 commit 31d3b90Copy full SHA for 31d3b90
core/conversion/converters/impl/batch_norm.cpp
@@ -115,8 +115,6 @@ auto batch_norm_registrations TRTORCH_UNUSED =
115
116
auto scales = args[1].unwrapToTensor(at::ones(shape[1], options)).cpu().contiguous();
117
auto bias = args[2].unwrapToTensor(at::zeros(shape[1], options)).cpu().contiguous();
118
- LOG_DEBUG("Scales : " << );
119
- LOG_DEBUG("bias : " << bias);
120
121
// track_running_stats=True
122
if (!args[3].IValue()->isNone() || !args[4].IValue()->isNone()) {
0 commit comments