frotms

Results 122 comments of frotms

> There are 33.6M when I use the 'saved_model' pattern to save the mobilenetv3_large_1.0 models. Is there anything wrong that I can deal with? It's about 31M when I just...

what's your email? @bopeng87 @fanhaidi

You lost parameters of batch normalization layer. @weishengchong ``` with tf.control_dependencies(tf.get_collection(tf.GraphKeys.UPDATE_OPS)): train_ops = optimizer.minimize(loss) ```

写了呢,p018

暂时没计划

您可以参照V4的转换更新小语种模型

@1556900941lizerui 1、本身v3模型转换有精度损失 2、老版的预处理和后处理代码可能和现在版本的paddle没对齐