-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1165 from isi-vista/1156-downsampling-experiment
1156 downsampling experiment
- Loading branch information
Showing
16 changed files
with
791 additions
and
9 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
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
60 changes: 60 additions & 0 deletions
60
parameters/experiments/p3/m5_objects_v0_with_mugs_full_subset.params
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
_includes: | ||
- "../../root.params" | ||
|
||
# Learner Configuration | ||
learner: simulated-integrated-learner-params | ||
object_learner: | ||
learner_type: "subset" | ||
ontology: "phase3" | ||
min_continuous_feature_match_score: 0.05 | ||
attribute_learner: | ||
learner_type: "none" | ||
relation_learner: | ||
learner_type: "none" | ||
action_learner: | ||
learner_type: "none" | ||
plural_learner: | ||
learner_type: "none" | ||
affordance_learner: | ||
learner_type: "none" | ||
include_functional_learner: false | ||
include_generics_learner: false | ||
suppress_error: false | ||
|
||
# Curriculum Configuration | ||
curriculum: "phase3" | ||
train_curriculum: | ||
curriculum_type: "training" | ||
curriculum: "m5_objects_v0_with_mugs_post_gnn" | ||
color_is_rgb: True | ||
test_curriculum: | ||
curriculum_type: "testing" | ||
curriculum: "m5_objects_v0_with_mugs_eval_post_gnn" | ||
color_is_rgb: True | ||
|
||
# Experiment Configuration | ||
experiment: "m5_objects_v0_with_mugs_full" | ||
experiment_group_dir: '%adam_experiment_root%/learners/%learner%/experiments/%train_curriculum.curriculum%/' | ||
log_learner_state: true | ||
experiment_type: simulated | ||
|
||
# Hypothesis Logging | ||
hypothesis_log_dir: "%experiment_group_dir%/hypotheses" | ||
log_hypothesis_every_n_steps: 250 | ||
|
||
# Debug Configuration | ||
debug_log_directory: "%experiment_group_dir%/graphs" | ||
debug_perception_log_dir: "%experiment_group_dir%/perception_graphs" | ||
|
||
# Observer Params | ||
post_observer: | ||
experiment_output_path: "%experiment_group_dir%" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
|
||
test_observer: | ||
experiment_output_path: "%post_observer.experiment_output_path%/test_curriculums/%test_curriculum.curriculum%/" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
calculate_accuracy_by_language: true | ||
calculate_overall_accuracy: true |
60 changes: 60 additions & 0 deletions
60
parameters/experiments/p3/m6_objects_v0_with_mugs_10pertype_subset.params
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
_includes: | ||
- "../../root.params" | ||
|
||
# Learner Configuration | ||
learner: simulated-integrated-learner-params | ||
object_learner: | ||
learner_type: "subset" | ||
ontology: "phase3" | ||
min_continuous_feature_match_score: 0.05 | ||
attribute_learner: | ||
learner_type: "none" | ||
relation_learner: | ||
learner_type: "none" | ||
action_learner: | ||
learner_type: "none" | ||
plural_learner: | ||
learner_type: "none" | ||
affordance_learner: | ||
learner_type: "none" | ||
include_functional_learner: false | ||
include_generics_learner: false | ||
suppress_error: false | ||
|
||
# Curriculum Configuration | ||
curriculum: "phase3" | ||
train_curriculum: | ||
curriculum_type: "training" | ||
curriculum: "m6_objects_downsampled_10pertype_post_gnn" | ||
color_is_rgb: True | ||
test_curriculum: | ||
curriculum_type: "testing" | ||
curriculum: "m5_objects_v0_with_mugs_eval_10pertype_post_gnn" | ||
color_is_rgb: True | ||
|
||
# Experiment Configuration | ||
experiment: "m6_objects_downsampled_10pertype" | ||
experiment_group_dir: '%adam_experiment_root%/learners/%learner%/experiments/%train_curriculum.curriculum%/' | ||
log_learner_state: true | ||
experiment_type: simulated | ||
|
||
# Hypothesis Logging | ||
hypothesis_log_dir: "%experiment_group_dir%/hypotheses" | ||
log_hypothesis_every_n_steps: 250 | ||
|
||
# Debug Configuration | ||
debug_log_directory: "%experiment_group_dir%/graphs" | ||
debug_perception_log_dir: "%experiment_group_dir%/perception_graphs" | ||
|
||
# Observer Params | ||
post_observer: | ||
experiment_output_path: "%experiment_group_dir%" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
|
||
test_observer: | ||
experiment_output_path: "%post_observer.experiment_output_path%/test_curriculums/%test_curriculum.curriculum%/" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
calculate_accuracy_by_language: true | ||
calculate_overall_accuracy: true |
60 changes: 60 additions & 0 deletions
60
parameters/experiments/p3/m6_objects_v0_with_mugs_2pertype_subset.params
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
_includes: | ||
- "../../root.params" | ||
|
||
# Learner Configuration | ||
learner: simulated-integrated-learner-params | ||
object_learner: | ||
learner_type: "subset" | ||
ontology: "phase3" | ||
min_continuous_feature_match_score: 0.05 | ||
attribute_learner: | ||
learner_type: "none" | ||
relation_learner: | ||
learner_type: "none" | ||
action_learner: | ||
learner_type: "none" | ||
plural_learner: | ||
learner_type: "none" | ||
affordance_learner: | ||
learner_type: "none" | ||
include_functional_learner: false | ||
include_generics_learner: false | ||
suppress_error: false | ||
|
||
# Curriculum Configuration | ||
curriculum: "phase3" | ||
train_curriculum: | ||
curriculum_type: "training" | ||
curriculum: "m6_objects_downsampled_2pertype_post_gnn" | ||
color_is_rgb: True | ||
test_curriculum: | ||
curriculum_type: "testing" | ||
curriculum: "m5_objects_v0_with_mugs_eval_2pertype_post_gnn" | ||
color_is_rgb: True | ||
|
||
# Experiment Configuration | ||
experiment: "m6_objects_downsampled_2pertype" | ||
experiment_group_dir: '%adam_experiment_root%/learners/%learner%/experiments/%train_curriculum.curriculum%/' | ||
log_learner_state: true | ||
experiment_type: simulated | ||
|
||
# Hypothesis Logging | ||
hypothesis_log_dir: "%experiment_group_dir%/hypotheses" | ||
log_hypothesis_every_n_steps: 250 | ||
|
||
# Debug Configuration | ||
debug_log_directory: "%experiment_group_dir%/graphs" | ||
debug_perception_log_dir: "%experiment_group_dir%/perception_graphs" | ||
|
||
# Observer Params | ||
post_observer: | ||
experiment_output_path: "%experiment_group_dir%" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
|
||
test_observer: | ||
experiment_output_path: "%post_observer.experiment_output_path%/test_curriculums/%test_curriculum.curriculum%/" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
calculate_accuracy_by_language: true | ||
calculate_overall_accuracy: true |
60 changes: 60 additions & 0 deletions
60
parameters/experiments/p3/m6_objects_v0_with_mugs_top2.params
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
_includes: | ||
- "../../root.params" | ||
|
||
# Learner Configuration | ||
learner: simulated-integrated-learner-params | ||
object_learner: | ||
learner_type: "subset" | ||
ontology: "phase3" | ||
min_continuous_feature_match_score: 0.05 | ||
attribute_learner: | ||
learner_type: "none" | ||
relation_learner: | ||
learner_type: "none" | ||
action_learner: | ||
learner_type: "none" | ||
plural_learner: | ||
learner_type: "none" | ||
affordance_learner: | ||
learner_type: "none" | ||
include_functional_learner: false | ||
include_generics_learner: false | ||
suppress_error: false | ||
|
||
# Curriculum Configuration | ||
curriculum: "phase3" | ||
train_curriculum: | ||
curriculum_type: "training" | ||
curriculum: "m6_objects_v0_with_mugs_post_gnn_top2" | ||
color_is_rgb: True | ||
test_curriculum: | ||
curriculum_type: "testing" | ||
curriculum: "m6_objects_v0_with_mugs_eval_post_gnn_top2" | ||
color_is_rgb: True | ||
|
||
# Experiment Configuration | ||
experiment: "m6_unknown_objects" | ||
experiment_group_dir: '%adam_experiment_root%/learners/%learner%/experiments/%train_curriculum.curriculum%/' | ||
log_learner_state: true | ||
experiment_type: simulated | ||
|
||
# Hypothesis Logging | ||
hypothesis_log_dir: "%experiment_group_dir%/hypotheses" | ||
log_hypothesis_every_n_steps: 250 | ||
|
||
# Debug Configuration | ||
debug_log_directory: "%experiment_group_dir%/graphs" | ||
debug_perception_log_dir: "%experiment_group_dir%/perception_graphs" | ||
|
||
# Observer Params | ||
post_observer: | ||
experiment_output_path: "%experiment_group_dir%" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
|
||
test_observer: | ||
experiment_output_path: "%post_observer.experiment_output_path%/test_curriculums/%test_curriculum.curriculum%/" | ||
copy_curriculum: true | ||
file_name: "post_decode" | ||
calculate_accuracy_by_language: true | ||
calculate_overall_accuracy: true |
Oops, something went wrong.