Skip to content

Commit

Permalink
Add autoencoder script to train_all_models script
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl committed Feb 5, 2024
1 parent 4637759 commit f54de41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions train_all_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ scripts/train_bayer2rgb_imagenet.sh "$@"
echo "-----------------------------"
echo "Training kws20_nas model"
scripts/train_kws20_nas.sh "$@"
echo "-----------------------------"
echo "Training Auto Encoder model"
scripts/train_autoencoder.sh "$@"

0 comments on commit f54de41

Please sign in to comment.