Skip to content

Commit

Permalink
Update and rename run_KT.sh to train_KT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
a4152684 authored Dec 1, 2022
1 parent 0e96dbe commit c5add2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions run_KT.sh → train_KT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ epochs=600
save_frequency=200
lr=1e-4
batch_size=32
dataset_name=3depn
# dataset_name=crn
# dataset_name=3depn
dataset_name=crn

for category in plane #cabinet car chair lamp sofa table watercraft
do
sh run/train-KT.sh ${category} ${epochs} ${save_frequency} ${latent_dim} ${lr} ${dataset_name} ${batch_size}
# sh run/test-KT.sh ${category} ${latent_dim} ${dataset_name}
done

0 comments on commit c5add2c

Please sign in to comment.