Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: kneron
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 11.2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

Kneron AI Training/Deployment Platform (mmClassification-based)

Introduction


kneron-mmclassification is a platform built upon the well-known mmclassification for classification. We encourage that you may start with the RegNet: Step-by-Step to build basic knowledge of Kneron-Edition mmclassification, and read mmclassification docs for detailed mmclassification usage.

In this repository, we provide an end-to-end training/deployment flow to realize on Kneron's AI accelerators:

  1. Training/Evalulation:
  2. Converting to onnx:
    • pytorch2onnx_kneron.py (beta)
    • Export optimized and Kneron-toolchain supported onnx
      • Automatically modify model for arbitrary data normalization preprocess
  3. General Evaluation
    • test_kneron.py (beta)
    • Evaluate the model with pytorch checkpoint, onnx, and kneron-nef
  4. Testing
    • inference_kn (beta)
    • Verify the converted NEF model on Kneron USB accelerator with this API
  5. Converting Kneron-NEF: (toolchain feature)
    • Convert the trained pytorch model to Kneron-NEF model, which could be used on Kneron hardware platform.

License

This project is released under the Apache 2.0 license.

Changelog

N/A

Overview of Benchmark and Kneron Model Zoo

| Backbone | size | Mem (GB) | Top-1 (%) | Top-5 (%) | Config | Download | |:---------:|:-------:|:-------:|:-------:|:-------:|:--------:|:------:| | RegNet | 224 | 0.1 | 70.75 | 90.0 | config |model

Installation

Getting Started

Tutorial - Kneron Edition

  • RegNet: Step-by-Step: A tutorial for users to get started easily. To see detailed documents, please see below.

Documents - Kneron Edition

Original mmclassification Documents

Contributing


kneron-mmclassification a platform built upon OpenMMLab-mmclassification

  • For issues regarding to the original mmclassification: We appreciate all contributions to improve OpenMMLab-mmclassification. Welcome community users to participate in these projects. Please refer to CONTRIBUTING.md for the contributing guideline.

  • For issues regarding to this repository kneron-mmclassification: Welcome to leave the comment or submit the pull request here to improve kneron-mmclassification

Related Projects

Owner

  • Name: Kneron
  • Login: kneron
  • Kind: organization
  • Email: info@kneron.us
  • Location: United States of America

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "OpenMMLab's Image Classification Toolbox and Benchmark"
authors:
  - name: "MMClassification Contributors"
version: 0.15.0
date-released: 2020-07-09
repository-code: "https://github.com/open-mmlab/mmclassification"
license: Apache-2.0

GitHub Events

Total
Last Year

Dependencies

requirements/docs.txt pypi
  • docutils ==0.16.0
  • myst-parser *
  • pytorch_sphinx_theme *
  • sphinx ==4.0.2
  • sphinx-copybutton *
  • sphinx_markdown_tables *
requirements/mminstall.txt pypi
  • mmcv-full >=1.4.2,<=1.5.0
requirements/optional.txt pypi
  • albumentations >=0.3.2
  • requests *
requirements/readthedocs.txt pypi
  • mmcv >=1.4.2
  • torch *
  • torchvision *
requirements/runtime.txt pypi
  • matplotlib *
  • numpy *
  • packaging *
requirements/tests.txt pypi
  • codecov * test
  • flake8 * test
  • interrogate * test
  • isort ==4.3.21 test
  • mmdet * test
  • pytest * test
  • xdoctest >=0.10.0 test
  • yapf * test
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1.0.10 composite
.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
docker/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
docker/serve/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
tools/deployment/optimizer_scripts/docker/Dockerfile docker
  • continuumio/miniconda3 latest build