-
Updated
Aug 26, 2020 - Python
efficientdet
Here are 36 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 17, 2020 - Python
-
Updated
Jul 16, 2020 - Python
-
Updated
Mar 11, 2020 - Jupyter Notebook
-
Updated
Oct 16, 2020 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Sep 18, 2020 - Jupyter Notebook
-
Updated
Jul 2, 2020 - Python
-
Updated
May 19, 2020 - Jupyter Notebook
-
Updated
Aug 25, 2020 - Jupyter Notebook
-
Updated
May 19, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Aug 5, 2020 - Jupyter Notebook
-
Updated
Feb 12, 2020 - Python
-
Updated
Aug 7, 2020 - Jupyter Notebook
-
Updated
Oct 14, 2020 - Python
-
Updated
May 2, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the efficientdet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the efficientdet topic, visit your repo's landing page and select "manage topics."
Hi,
I try to get EfficientDet running on Kaggle TPUs following Alex Shonenkov's kernel
I am rather a beginner with python and pytorch - sorry...
the model runs ok on GPU - is it possible, that there is a problem with num_classes=1?
the call stack is like:
`def get_net(imgsize=IMG_SIZE, use_checkpoint=None):
config = get_efficientdet_config('tf_efficientdet_d4')
net = Effici