Lukzin

Results 3 issues of Lukzin

work flow: 1. pip install -U mnn 2. generate fix input onnx from pytorch model: ``` torch.onnx.export(model, dummy_input, onnx_model_name, verbose=True, input_names=['input'], output_names=['output']) ``` 3. generate mnn module from onnx model:...

The [paper](https://arxiv.org/pdf/1905.02244.pdf) has been updated. The last but one 'bneck' is updated in 'Table 1'. The 'exp size' is no longer 672 but 960. Please check it out. Is it...

MAdd means that the multiply and add operations are counted as 1 operation while FLOPs count them as 2. Should the results of 'Total MAdd' and 'Total Flops' exchange with...