-
Updated
Apr 28, 2022 - Python
resnet
Here are 968 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Python
-
Updated
Apr 10, 2022 - C++
-
Updated
Jan 4, 2022 - Python
-
Updated
Sep 27, 2021 - Python
-
Updated
Apr 20, 2022 - 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
Mar 27, 2022 - Python
-
Updated
Mar 10, 2022 - Python
-
Updated
Feb 14, 2021
-
Updated
Feb 10, 2022 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Jan 12, 2021 - Python
-
Updated
Mar 22, 2018 - Python
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
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
Apr 14, 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
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