update
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
12c34adbc3
commit
5f4da9fe91
|
|
@ -13,6 +13,8 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
mount_command:
|
mount_command:
|
||||||
from_secret: mount_command
|
from_secret: mount_command
|
||||||
|
PYTHONPATH: /workspace/
|
||||||
|
DATA_DIR: /workspace/data/
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install -q -U pip
|
- python -m pip install -q -U pip
|
||||||
- pip install -q torchsummary matplotlib pytorch-metric-learning torchinfo torch torchvision tqdm Pillow facenet-pytorch
|
- pip install -q torchsummary matplotlib pytorch-metric-learning torchinfo torch torchvision tqdm Pillow facenet-pytorch
|
||||||
|
|
@ -22,5 +24,4 @@ steps:
|
||||||
- mkdir -p data
|
- mkdir -p data
|
||||||
- $mount_command
|
- $mount_command
|
||||||
- ls data/
|
- ls data/
|
||||||
- source setenv.sh
|
|
||||||
- CI=True python finetune/facenet_transfer_learning.py
|
- CI=True python finetune/facenet_transfer_learning.py
|
||||||
Loading…
Reference in New Issue