MobileNeXt icon indicating copy to clipboard operation
MobileNeXt copied to clipboard

Results 8 MobileNeXt issues
Sort by recently updated
recently updated
newest added

Can you release the training config for Mobilenext-0.75? fail to reproduce. Here is my training settings: 1、SGDwM(m = 0.9), cosine lr, init lr = 0.1 and batchsize = 256 on...

请问预训练模型哪里下

@yitutech-opensource Hi, thanks for your sharing. Could you share the MobileNeXt-0.75 model trained on ImageNet?Thank you very much!!

尝试了一下mnext.py中注视掉的expansion ratio基本都是4的这个结构: #self.cfgs = [ # # t, c, n, s # [1, 16, 1, 1], # [4, 24, 2, 2], # [4, 32, 3, 2], # [4, 64, 3,...

我转onnx的代码如下: onnx版本是1.6.0 import torch import os import numpy as np from model.mobilenext import mnext def main(): initial_checkpoint = 'mobiilenext_se.pth' network = mnext(num_classes=2) network.eval() state = torch.load(initial_checkpoint, map_location=lambda storage, loc: storage)...

Then I ran the following commands: bash mnext_efficient_s.sh 1 ValueError: model_name should be one of: efficientnet_b0, efficientnet_b1, efficientnet_b2, efficientnet_b3, efficientnet_b4, efficientnet_b5, efficientnet_b6, efficientnet_b7, i2rnet_b0, i2rnet_b1, i2rnet_b2, i2rnet_b3, i2rnet_b4, i2rnet_b5, i2rnet_b6,...

Hello! Our static bug checker has found a performance issue in mobile_deployment/tensorflow/slim/models/research/object_detection/model_lib_v2.py: [`eager_eval_loop`](https://github.com/yitu-opensource/MobileNeXt/blob/10f780551d8bdeec505450565801e6b95edc7fbc/mobile_deployment/tensorflow/slim/models/research/object_detection/model_lib_v2.py#L955) is repeatedly called in a for loop, but there is a tf.function decorated function [`compute_eval_dict`](https://github.com/yitu-opensource/MobileNeXt/blob/10f780551d8bdeec505450565801e6b95edc7fbc/mobile_deployment/tensorflow/slim/models/research/object_detection/model_lib_v2.py#L708) defined and...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...