Jeremy Aftem
Jeremy Aftem
Hi, I upgraded L4T versions from 32.2.1 to the latest release 32.4.3, which has me upgrading from PyTorch 1.3 to PyTorch 1.6.0 and TensorRT 6 to TensorRT 7.1.3. I believe...
Hi, I trained a mb2-ssd-lite model with a subset (just 1 class) of Open Images on just 20 epochs. I'm now attempting to run the live demo with this model:...
It seems the only way to do this is to access the `chart` attribute of the element's state: this.refs.mychart.state.chart `chart` however is `null` when I try to access in componentDidMount...