-
Updated
Oct 2, 2020 - Python
resnet
Here are 661 public repositories matching this topic...
-
Updated
Oct 26, 2019 - Python
-
Updated
Dec 5, 2020 - Python
Hello! In the Torch version of Bottleneck, it appears that self.dropblock2 is never used.
self.dropblock2 is initialized in lines 52-56 if radix == 1:
https://github.com/zhanghang1989/ResNeSt/blob/master/resnest/torch/resnet.py#L52-L56
if dropblock_prob > 0.0:
self.dropblock1 = DropBlock2D(dropblock_prob, 3)
if radix == 1:
self.d
-
Updated
Dec 18, 2019 - 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
Nov 28, 2020 - Python
-
Updated
Dec 4, 2020 - C++
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Jan 9, 2018 - Python
-
Updated
Mar 22, 2018 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Apr 7, 2020 - Python
-
Updated
Oct 5, 2020
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Nov 13, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Dec 11, 2019 - Python
-
Updated
Nov 15, 2019 - Python
-
Updated
Sep 22, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2020 - Python
-
Updated
Mar 26, 2017 - Jupyter Notebook
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Jun 1, 2020 - 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."
Please can you train ghostnet.
(i don't have the imagenet dataset)