AnujPanthri commited on
Commit
66e5f34
·
unverified ·
2 Parent(s): 76c14fa d4ac6cc

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.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: False
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

  • SHA256: 9d91fd1ef8af438f5dde43c384c91dacc5752f095f7af3c4671f173163358eef
  • Pointer size: 132 Bytes
  • Size of remote file: 3.02 MB
outputs/artifacts/dataset/trainval_image.png ADDED

Git LFS Details

  • SHA256: 0d9816fc4646141e8c1e8afe0d46ff4ce1583978a03784563230c1d94de650ea
  • Pointer size: 132 Bytes
  • Size of remote file: 3.07 MB
outputs/artifacts/result/test_image.png ADDED

Git LFS Details

  • SHA256: 6ab63f11dcbc37b85ef5cd2e5b551e8634aef567e6a3f3149e5cc34cfda05d98
  • Pointer size: 132 Bytes
  • Size of remote file: 3.15 MB
outputs/artifacts/result/train_image.png ADDED

Git LFS Details

  • SHA256: 16e2d27cd8411e3b7a2334602d4951d381f283c24a1b480f7432b532ca3690e9
  • Pointer size: 132 Bytes
  • Size of remote file: 3.15 MB
outputs/artifacts/result/val_image.png ADDED

Git LFS Details

  • SHA256: 6a2f92416ad65c7cb4ceb032543ea9873b7cbed86b73c764e870380fe16cd613
  • Pointer size: 132 Bytes
  • Size of remote file: 3.03 MB