Terry1998
Results
2
issues of
Terry1998
Thanks for share to project. I try to run the program and get an error: 'Hardswish' object has no attribute 'inplace' under the procedure: def fuseforward(self, x): return self.act(self.conv(x)) I...
I followed the CVInterop.Lite.Net example and everything work. However, when I custom train an tf.lite classification model (ssdMobileV2), the return results are byte[8] instead of float[8] for _outputTensor.Data. If byte...