-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python evaluate_ae.py ./configs/config_autoencoding.yaml path_to_trained_model test 2048 2048 autoencoding --weights_type learned_weights --reps 1 --f1_threshold_lst 0.0001 --cd --f1 --emd | ||
python evaluate_ae.py path_to_experiment_root name_of_trained_model test 2048 2048 autoencoding --weights_type learned_weights --reps 1 --f1_threshold_lst 0.0001 --cd --f1 --emd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python evaluate_ae.py ./configs/config_generative_modeling_airplane.yaml path_to_trained_model test 2048 2048 generating --weights_type learned_weights --reps 10 --f1_threshold_lst 0.0001 --cd --emd | ||
python evaluate_ae.py path_to_experiment_root name_of_trained_model test 2048 2048 generating --weights_type learned_weights --reps 10 --f1_threshold_lst 0.0001 --cd --emd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python evaluate_ae.py ./configs/config_SVR.yaml path_to_trained_model test 2500 2500 reconstruction --weights_type learned_weights --reps 1 --f1_threshold_lst 0.001 --cd --f1 --emd --unit_scale_evaluation | ||
python evaluate_ae.py path_to_experiment_root name_of_trained_model test 2500 2500 reconstruction --weights_type learned_weights --reps 1 --f1_threshold_lst 0.001 --cd --f1 --emd --unit_scale_evaluation |