Spaces:
Runtime error
Runtime error
Merge pull request #12 from AnujPanthri/AnujPanthri-patch-1
Browse files
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN ls -lh
|
|
16 |
# RUN ls -lh
|
17 |
|
18 |
RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
|
19 |
-
python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.
|
20 |
|
21 |
RUN chmod g+w /app
|
22 |
-
CMD python3 app/app.py
|
|
|
16 |
# RUN ls -lh
|
17 |
|
18 |
RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
|
19 |
+
python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.1
|
20 |
|
21 |
RUN chmod g+w /app
|
22 |
+
CMD python3 app/app.py
|
configs/experiment1.yaml
CHANGED
@@ -9,7 +9,7 @@ train_size: 0.8
|
|
9 |
# image_size: 224
|
10 |
# image_size: 64
|
11 |
image_size: 128
|
12 |
-
shuffle:
|
13 |
|
14 |
# training related
|
15 |
batch_size: 16
|
|
|
9 |
# image_size: 224
|
10 |
# image_size: 64
|
11 |
image_size: 128
|
12 |
+
shuffle: True
|
13 |
|
14 |
# training related
|
15 |
batch_size: 16
|
outputs/artifacts/dataset/test_image.png
ADDED
![]() |
Git LFS Details
|
outputs/artifacts/dataset/trainval_image.png
ADDED
![]() |
Git LFS Details
|
outputs/artifacts/result/test_image.png
ADDED
![]() |
Git LFS Details
|
outputs/artifacts/result/train_image.png
ADDED
![]() |
Git LFS Details
|
outputs/artifacts/result/val_image.png
ADDED
![]() |
Git LFS Details
|