Skip to content

Commit

Permalink
Merge pull request #19 from octo-models/fix-finetune-config
Browse files Browse the repository at this point in the history
Remove reference to 'no_image_conditioning' relabeling strategy
  • Loading branch information
kvablack authored Dec 22, 2023
2 parents 641a737 + c2e109b commit bcaddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configs/finetune_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_config(config_string="full,multimodal"):
goal_relabeling_strategy = "uniform"
keep_image_prob = 1.0
elif task == "language_conditioned":
goal_relabeling_strategy = "no_image_conditioning"
goal_relabeling_strategy = None
keep_image_prob = 0.0
elif task == "multimodal":
goal_relabeling_strategy = "uniform"
Expand Down

0 comments on commit bcaddd0

Please sign in to comment.