Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ic

中文文档

This repository contains the tools and models (CNN, ViT and DKL Model) for image classification.

Usage

  1. Requirements:
    • Python >= 3.10
  2. Install PyTorch and torchvision following the official instructions.
  3. Install d2l:
    • Clone the d2l repository:
      git clone https://github.com/d2l-ai/d2l-en && cd d2l-en
    • Delete version specification of requirements in setup.py.
    • Install d2l using pip:
      pip install .
  4. Install other requirements:
    cd /path/to/ic/ && pip install -r requirements.txt
  5. Append the path of this repository in python scripts:
    import sys
    sys.path.append('/path/to/ic/')
  6. You can then import this package:
    import ic

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages