-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compatibility issues with nyuv2 experiments (#47)
- Loading branch information
Showing
6 changed files
with
14 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,13 +1,17 @@ | ||
defaults: | ||
- hydra: default | ||
- fabric: auto | ||
- modelpool: nyuv2_modelpool | ||
- method: simple_average | ||
- taskpool: nyuv2_taskpool | ||
- _self_ | ||
|
||
_target_: fusion_bench.programs.FabricModelFusionProgram | ||
_recursive_: false | ||
|
||
fast_dev_run: false # Run a single batch of data to test the model or method | ||
use_lightning: true # Use the fabric to run the experiment | ||
print_config: true # Print the configuration to the console | ||
save_report: false # path to save the result report | ||
fabric: null | ||
trainer: | ||
devices: 1 |
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