-
Updated
Oct 2, 2020 - Python
resnet
Here are 633 public repositories matching this topic...
-
Updated
Oct 26, 2019 - Python
-
Updated
Aug 19, 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
Oct 31, 2020 - Python
-
Updated
Jan 9, 2018 - Python
-
Updated
Mar 22, 2018 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Sep 25, 2020 - Python
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 3, 2020 - Python
-
Updated
Apr 7, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Oct 18, 2020 - Jupyter Notebook
-
Updated
Sep 26, 2020 - Python
-
Updated
Oct 5, 2020
-
Updated
May 14, 2020 - Python
-
Updated
Dec 11, 2019 - Python
-
Updated
Sep 22, 2020 - Jupyter Notebook
-
Updated
Nov 15, 2019 - Python
-
Updated
Feb 22, 2020 - Python
-
Updated
Mar 26, 2017 - Jupyter Notebook
-
Updated
May 31, 2019 - Jupyter Notebook
-
Updated
Jun 1, 2020 - Python
-
Updated
Oct 13, 2020
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)