Skip to content

learn-zhezhe/REAC_Net_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REAC_Net_classification

Pytorch codes for image classification

Environment

Please prepare an environment with python=3.8, and then use the command "pip install -r requirements.txt" for the dependencies.

You may need to do the following.

conda create -n xxx python=3.8 -y

conda activate xxx

pip install -r requirements.txt

###requirements.txt

torchvision==0.14.0

torch==1.13.0

numpy==1.24.2

tensorboard==2.13.0

Reference

-SoftPool

-External-Attention-pytorch

Citations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages