Skip to content

Commit

Permalink
update Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice-6161 committed Nov 15, 2022
1 parent bae8087 commit ad01b60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EchoNet/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mi
echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mixtype random --run_test True

# kde
echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mixtype kde --bandwidth 100.0 --run_test True
echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mixtype kde --bandwidth 50.0 --run_test True
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ python echonet/__main__.py segmentation --save_video

The command to run C-Mixup on EchoNet is:
```
echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mixtype kde --bandwidth 100.0 --run_test True
echonet video --batch_size 10 --device cuda --num_workers 0 --num_epochs 20 --mixtype kde --bandwidth 50.0 --run_test True
```
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'output_fun':'Linear',
},

'RotateFashionMNIST':{
'RCF_MNIST':{
'batch_size': 64,
'num_epochs': 30,
'optimiser_args': {
Expand Down Expand Up @@ -175,4 +175,4 @@
'holdout_fraction': 0.2,
'uda_holdout_fraction': 0., # For domain adaptation, % of test to use unlabeled for training
},
}
}

0 comments on commit ad01b60

Please sign in to comment.