lain-m21 / pytorch-to-tflite-example

Convert MobileNetV3Small defined and pre-trained in PyTorch to a TFLite quantized model
75 stars 13 forks source link

Updated weight downloads #6

Open mgarbade opened 4 years ago

mgarbade commented 4 years ago

I added a new working link for downloading the weights. Also I added a line to make the logging working again (adding a Stream handler as explained here ). The latter might be an issue of pycharm only.