-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaicert.yaml
30 lines (30 loc) · 1.02 KB
/
aicert.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: 0.1.0
cloud: azure
machine: local
build:
image: mithrilsecuritysas/pytorch_dev
cmdline: |
python ./src/main.py
inputs:
- resource_type: git
repo: https://github.com/mithril-security/sample-mnist.git
branch: main
path: src
dependencies: none
- resource_type: file
url: https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz
compression: gzip
path: data/MNIST/raw/train-images-idx3-ubyte
- resource_type: file
url: https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz
compression: gzip
path: data/MNIST/raw/train-labels-idx1-ubyte
- resource_type: file
url: https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz
compression: gzip
path: data/MNIST/raw/t10k-images-idx3-ubyte
- resource_type: file
url: https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz
compression: gzip
path: data/MNIST/raw/t10k-labels-idx1-ubyte
outputs: output_*