-
## 🚀 Feature
Add RegNet trunks in torchvision
## Motivation
RegNets were proposed in this paper https://arxiv.org/pdf/2003.13678.pdf, they're showing very interesting performance and speed. They …
-
**Describe the bug**
When loading some models, I get the following error
```
UnpicklingError: invalid load key, '\x0a'.
```
**To Reproduce**
Steps to reproduce the behavior:
```python
mo…
-
**Will the performance be influenced or not depends on if the blocked format are used. If there is no blocked format used, then there should not be reorder, the performance drop maybe other reasons.**…
-
If you do not know the root cause of the problem and wish someone to help you, please
post according to this template:
## Instructions To Reproduce the Issue:
1. what changes you made (`git dif…
-
训练RegNetX_400MF模型的时候, 下载了权重报如下错误:
File "centerX-master/modeling/backbone/regnet/regnet.py", line 539, in init_pretrained_weights
state_dict = torch.load(cached_file, map_location=torch.device(…
-
Hi, thanks for the effort!
The README file contains a table linking to pre-trained checkpoints.
The link for RegNetX-600M actually links to RegNetX-200M.
Best regards.
orsic updated
3 years ago
-
https://github.com/PaddlePaddle/Paddle2ONNX/blob/release/0.6/README_zh.md
动态图,readme里面的example代码,“动态图模型导出”这一段,直接无法运行,有特殊的版本需求吗
cww97 updated
3 years ago
-
### Paper
Implement RegNet proposed in [Designing Network Design Spaces
](https://arxiv.org/abs/2003.13678)
### TODOs
- [x] develop the model in a scalable way (using `*Block` syntax and `nn` modu…
-
I have install GETTING_STARTED.md.
I run "python ./tools/train_net.py --cfg ./configs/dds_baselines/regnetx/RegNetX-400MF_dds_8gpu.yaml OUT_DIR ./tmp".
Get error :
Traceback (most recent call last)…
-
Hi, I trained a model with Regnet backbone with regnetx_800mf arch and RetinanetLite head and converted it to an onnx model. There are 10 output tensors in the onnx model as in the prototxt file. In w…