Skip to content

Commit

Permalink
Merge pull request #894 from isi-vista/learn-imprecise-description
Browse files Browse the repository at this point in the history
Big/small tall/short modification
  • Loading branch information
lichtefeld authored Aug 13, 2020
2 parents 2d791de + 460a2ad commit 5a3684d
Show file tree
Hide file tree
Showing 30 changed files with 759 additions and 189 deletions.
3 changes: 3 additions & 0 deletions adam/curriculum/attribute_constraining_action_curriculum.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def make_human_eat_curriculum(
max_to_sample=num_samples if num_samples else 5,
ontology=GAILA_PHASE_1_ONTOLOGY,
chooser=PHASE1_CHOOSER_FACTORY(),
block_multiple_of_the_same_type=True,
),
language_generator=language_generator,
)
Expand All @@ -69,6 +70,7 @@ def make_animal_eat_curriculum(
max_to_sample=num_samples if num_samples else 5,
ontology=GAILA_PHASE_1_ONTOLOGY,
chooser=PHASE1_CHOOSER_FACTORY(),
block_multiple_of_the_same_type=True,
),
language_generator=language_generator,
)
Expand Down Expand Up @@ -100,6 +102,7 @@ def make_german_eat_test_curriculum(
max_to_sample=num_samples if num_samples else 5,
ontology=GAILA_PHASE_1_ONTOLOGY,
chooser=PHASE1_CHOOSER_FACTORY(),
block_multiple_of_the_same_type=True,
)
]
),
Expand Down
Loading

0 comments on commit 5a3684d

Please sign in to comment.