Created guide and script to export embeddings

This commit is contained in:
2023-04-14 14:40:05 +00:00
parent 49ced1983d
commit 1f24df1b8f
6 changed files with 255 additions and 150 deletions

View File

@@ -1,14 +1,14 @@
#!/bin/sh
python -m train \
--save_checkpoints_every 10 \
--experiment_name "basic" \
--experiment_name "wlasl" \
--epochs 300 \
--optimizer "ADAM" \
--lr 0.0001 \
--batch_size 16 \
--dataset_name "GoogleWLASL" \
--training_set_path "spoter_train.csv" \
--validation_set_path "spoter_test.csv" \
--dataset_name "WLASL" \
--training_set_path "WLASL100_train.csv" \
--validation_set_path "WLASL100_val.csv" \
--vector_length 32 \
--epoch_iters -1 \
--scheduler_factor 0.2 \