willbender commited on
Commit
a31a170
·
1 Parent(s): fd943c3

refactor: move base config to project root for model counting

Browse files
config.json DELETED
File without changes
configs/base_config.yaml → config.yaml RENAMED
File without changes
mae_dino/lightning_presetup.py CHANGED
@@ -14,7 +14,7 @@ def GAIABase(config_path=None,
14
  val_step=None):
15
 
16
  # Load configuration file
17
- config_path = '../configs/base_config.yaml'
18
 
19
  # Load config if provided
20
  params = {}
 
14
  val_step=None):
15
 
16
  # Load configuration file
17
+ config_path = '../config.yaml'
18
 
19
  # Load config if provided
20
  params = {}