Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Makefile 342 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. CACHEBUST=`date +%s`
  2. docker:
  3. docker build --build-arg CACHEBUST=${CACHEBUST} -t supergradients_debug_workers .
  4. test: docker
  5. docker run --gpus '"device=0,1,2,3"' --rm --shm-size=64gb -v /data/coco/:/data/coco/:ro supergradients_debug_workers /bin/bash -c "python -m super_gradients.train_from_recipe --config-name=coco2017_yolox_fast_det"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...