-
Why is it requiring such huge images of >512? Original mobilenetV3 accepts small 244*244 images.
-
Hello Think for your job. When I use your code i meet a question:
Traceback (most recent call last):
File "train.py", line 288, in
trainer.train()
File "train.py", line 182, in train
…
kukby updated
2 years ago
-
## 描述问题
执行 PaddleX/1.3 中的 image_classification/mobilenetv3_small_ssld.py 示例脚本报错
1. 为什么需要使用 PaddleX/1.3,而不使用最新版本?
A: 训练模型需要部署到 edgeBoard 上,edgeBoard 最高支持 paddle 版本为 1.8.5,对应 PaddleX 版本为 1.3
…
-
raise self.exc_type(msg)
ValueError: Caught ValueError in DataLoader worker process 7.
Original Traceback (most recent call last):
File "/home/yww/anaconda3/envs/pytorch1.3/lib/python3.6/site…
-
Activation _hard_swish in MobileNetV3_Small.
It's a segment model. Model is here!
[weights_01-0.8977.zip](https://github.com/MarsTechHAN/keras2ncnn/files/6269259/weights_01-0.8977.zip)
-
from MobileNetV3
-
Hi,
In your readme, you mentioned:
**We provide some pre-trained models as the baseline with the classic backbone architectures and two output heads - for gesture classification and leading hand …
-
`import argparse
import torch
from torch.utils.mobile_optimizer import optimize_for_mobile
from model import MattingNetwork
import torch.utils.data.distributed
rec = (torch.zeros([1, 1, 1, 1, 1…
-
自带的配置文件,比如YOLOv3_mobilenetv3_large_voc.yml和YOLOv3_mobilenetv3_ssld_large_voc.yml.除了预训练权重不一样,其他的参数都是一样的呀,难道知识蒸馏的实现就是通过预训练权重吗?
zmdcs updated
2 years ago
-
Hello, I would like to replace FEATURE_LAYER yml, how to determine the FEATURE_LAYER profile, such as yolov3 and mobilenetv3