mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export PYTHONPATH=$PWD:$PYTHONPATH
|
|
|
|
python tools/download.py -a ResNet34 -p ./pretrained/ -d 1
|