-
Updated
May 28, 2022 - Python
resnet
Here are 983 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Python
-
Updated
Jun 4, 2022 - C++
-
Updated
May 23, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
Sep 27, 2021 - Python
Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks
-
Updated
May 13, 2022 - Python
-
Updated
Feb 14, 2021
-
Updated
May 26, 2022 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
It looks like there is a non-ASCII character in this Line
https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/lenet.py#L11
and it will cause an error in some cases. Would it be better to replace with a normal 'X'?
-
Updated
Jan 12, 2021 - Python
-
Updated
Mar 22, 2018 - Python
-
Updated
Apr 7, 2020 - Python
-
Updated
Jan 2, 2021 - Python
-
Updated
Feb 11, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Nov 26, 2021 - Jupyter Notebook
-
Updated
May 4, 2022 - Python
-
Updated
Nov 15, 2019 - Python
-
Updated
Mar 7, 2022 - Python
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Feb 14, 2022 - Python
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Dec 11, 2019 - Python
-
Updated
Feb 20, 2021 - Python
Improve this page
Add a description, image, and links to the resnet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the resnet topic, visit your repo's landing page and select "manage topics."
Hello! In the Torch version of
Bottleneck, it appears thatself.dropblock2is never used.self.dropblock2is initialized in lines 52-56 ifradix == 1:https://github.com/zhanghang1989/ResNeSt/blob/master/resnest/torch/resnet.py#L52-L56