Skip to content
Extraits de code Groupes Projets
Valider e1206f3a rédigé par Victor Joos de ter Beerst's avatar Victor Joos de ter Beerst
Parcourir les fichiers

remove prints

parent c96c13b6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -15,7 +15,7 @@ instantiate = partial(hydra_instantiate, _convert_="all")
def main(cfg):
# Preprocess : download and/or unzip data
call(cfg.preprocess)
print(OmegaConf.to_container(cfg.datamodule, resolve=True))
datamodule = instantiate(cfg.datamodule)
model_kwargs = {}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter