Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 627 Bytes

Treebeard_ViT

Install & Run

1. set configs

  • plant-classification_template/config/vit16small224/config.yaml
  • plant-classification_template/config/vit16small224/accelerator.yaml
  • docker-compose.yaml (environment variable, network option, etc.)

2. docker compose run

git clone https://github.com/stonehye/plant-classification_template.git && cd plant-classification_template
docker compose up --build # build & run
docker compose down # remove docker container, image, network

Related docs