-
Updated
Nov 15, 2020 - Python
image-classification
Here are 2,777 public repositories matching this topic...
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Aug 26, 2020 - C#
-
Updated
Aug 13, 2020
-
Updated
Sep 8, 2020
-
Updated
Apr 29, 2019 - Python
Breadcrumbs
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in scripts/classification/train_imagenet.py
.
Maybe @hetong007 ? Thanks in advance.
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 3, 2019 - Python
resuming training
How do i resume training for text classification?
-
Updated
Nov 25, 2020 - Python
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
Nov 30, 2020 - C++
-
Updated
Jun 26, 2017 - JavaScript
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Sep 17, 2020
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 28, 2020 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Apr 11, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Nov 28, 2020 - Jupyter Notebook
-
Updated
Nov 26, 2019 - Python
-
Updated
Nov 19, 2020
Improve this page
Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."
There is a set of Pixel Level transforms that is used in the work
Benchmarking Neural Network Robustness to Common Corruptions and Perturbations
The authors also share the code => we can absorb some transforms that they have into the library.
https://github.com/hendrycks/robustness/blob/master/ImageNet-C/create_c/make_imagenet_c.py