We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850f762 commit 5ea3ee3Copy full SHA for 5ea3ee3
1 file changed
src/utils.py
@@ -5,6 +5,12 @@
5
import pytorch_lightning as L
6
from torch import nn
7
8
+from data import DATASETS
9
+
10
11
+for data_name, data in DATASETS.items():
12
+ gin.external_configurable(data, data_name)
13
14
15
def gin_config_to_readable_dictionary(gin_config: dict):
16
"""
0 commit comments