bhimrazy commited on
Commit
09ebe4d
1 Parent(s): 2c1d9fe

Updates the model and config

Browse files
Files changed (2) hide show
  1. artifacts/dr-model.ckpt +2 -2
  2. conf/config.yaml +1 -1
artifacts/dr-model.ckpt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2eb7e63671b999dc73f2f0d8ab3144b2d677a6979667d35269491f185cc46226
3
- size 67641728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824332e4a82a313dfcc9e40b6859fda6b6e7fcd54e4b17a1e16a1f13136c3c54
3
+ size 67651330
conf/config.yaml CHANGED
@@ -6,7 +6,7 @@ val_csv_path: data/diabetic-retinopathy-dataset/val.csv
6
  seed: 42
7
  batch_size: 128
8
  num_workers: 32
9
- use_class_weighting: false
10
  use_weighted_sampler: false # class weighting and weighted sampler are mutually exclusive
11
  model_name: "densenet169"
12
  max_epochs: 20
 
6
  seed: 42
7
  batch_size: 128
8
  num_workers: 32
9
+ use_class_weighting: true
10
  use_weighted_sampler: false # class weighting and weighted sampler are mutually exclusive
11
  model_name: "densenet169"
12
  max_epochs: 20