The Wayback Machine - https://web.archive.org/web/20201130145112/https://github.com/topics/image-classification
Skip to content
#

image-classification

Here are 2,777 public repositories matching this topic...

albumentations
gluon-cv
ogvalt
ogvalt commented Apr 25, 2020

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", 
      

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
  • Updated Nov 28, 2020
  • Python

Improve this page

Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.