niuwagege

Results 2 issues of niuwagege

in backward_g(),call self.netd() to get features. `self.err_g_adv = self.l_adv(self.netd(self.input)[1], self.netd(self.fake)[1])` why not use self.feat_real and self.feat_fake that you get from forward_d() directly

## Description converting onnx to tensorrt, occur [[8] Assertion failed: nbSpatialDims == kernelWeights.shape.nbDims - 2] ![image](https://user-images.githubusercontent.com/3700924/114705050-e421c280-9d59-11eb-9ba5-650249d79c26.png) command: ./trtexec --onnx=test.onnx --saveEngine=test.trt --explicitBatch --workspace=4096 ## Environment **TensorRT Version**: 7.2.1.6 **ONNX-TensorRT Version /...

triaged
repro requested