experimaestro 1.4.1__py3-none-any.whl → 1.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- experimaestro/experiments/configuration.py +3 -2
- {experimaestro-1.4.1.dist-info → experimaestro-1.4.3.dist-info}/METADATA +1 -1
- {experimaestro-1.4.1.dist-info → experimaestro-1.4.3.dist-info}/RECORD +6 -6
- {experimaestro-1.4.1.dist-info → experimaestro-1.4.3.dist-info}/LICENSE +0 -0
- {experimaestro-1.4.1.dist-info → experimaestro-1.4.3.dist-info}/WHEEL +0 -0
- {experimaestro-1.4.1.dist-info → experimaestro-1.4.3.dist-info}/entry_points.txt +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from omegaconf import MISSING
|
|
1
2
|
from typing import Optional
|
|
2
3
|
import attr
|
|
3
4
|
|
|
@@ -19,7 +20,7 @@ def configuration(*args, **kwargs):
|
|
|
19
20
|
|
|
20
21
|
@configuration()
|
|
21
22
|
class ConfigurationBase:
|
|
22
|
-
id: str
|
|
23
|
+
id: str = MISSING
|
|
23
24
|
"""ID of the experiment"""
|
|
24
25
|
|
|
25
26
|
description: str = ""
|
|
@@ -28,5 +29,5 @@ class ConfigurationBase:
|
|
|
28
29
|
file: str = "experiment"
|
|
29
30
|
"""qualified name (relative to the module) for the file containing a run function"""
|
|
30
31
|
|
|
31
|
-
parent: Optional[str]
|
|
32
|
+
parent: Optional[str] = None
|
|
32
33
|
"""Relative path of a YAML file that should be merged"""
|
|
@@ -19,7 +19,7 @@ experimaestro/core/types.py,sha256=jQGlyC1xnsZ5NKct3FELIcXcXQMvNQvauCEuumyfBz8,1
|
|
|
19
19
|
experimaestro/core/utils.py,sha256=JfC3qGUS9b6FUHc2VxIYUI9ysNpXSQ1LjOBkjfZ8n7o,495
|
|
20
20
|
experimaestro/experiments/__init__.py,sha256=GcpDUIbCvhnv6rxFdAp4wTffCVNTv-InY6fbQAlTy-o,159
|
|
21
21
|
experimaestro/experiments/cli.py,sha256=ftAo8Km0WM_CuooBvFMZXhNgTtisGkLajEPDWlTF3cg,6543
|
|
22
|
-
experimaestro/experiments/configuration.py,sha256=
|
|
22
|
+
experimaestro/experiments/configuration.py,sha256=tGaI7VJdXlD4VcBIpuJxnL1uXjrDaz7M4yUXyxwZlP0,834
|
|
23
23
|
experimaestro/filter.py,sha256=DN1PrmS9yXoOa5Xnv001zbxzpdzvcVZFI9xZFKZ1-6g,5794
|
|
24
24
|
experimaestro/generators.py,sha256=9NQ_TfDfASkArLnO4PF7s5Yoo9KWjlna2DCPzk5gJOI,1230
|
|
25
25
|
experimaestro/huggingface.py,sha256=gnVlr6SZnbutYz4PLH0Q77n1TRF-uk-dR-3UFzFqAY0,2956
|
|
@@ -140,8 +140,8 @@ experimaestro/utils/resources.py,sha256=gDjkrRjo7GULWyXmNXm_u1uqzEIAoAvJydICk56n
|
|
|
140
140
|
experimaestro/utils/settings.py,sha256=jpFMqF0DLL4_P1xGal0zVR5cOrdD8O0Y2IOYvnRgN3k,793
|
|
141
141
|
experimaestro/utils/yaml.py,sha256=jEjqXqUtJ333wNUdIc0o3LGvdsTQ9AKW9a9CCd-bmGU,6766
|
|
142
142
|
experimaestro/xpmutils.py,sha256=S21eMbDYsHfvmZ1HmKpq5Pz5O-1HnCLYxKbyTBbASyQ,638
|
|
143
|
-
experimaestro-1.4.
|
|
144
|
-
experimaestro-1.4.
|
|
145
|
-
experimaestro-1.4.
|
|
146
|
-
experimaestro-1.4.
|
|
147
|
-
experimaestro-1.4.
|
|
143
|
+
experimaestro-1.4.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
144
|
+
experimaestro-1.4.3.dist-info/METADATA,sha256=jFUznTSnjqfDBRU98s8mFP3sNBRzX5W9rJPOu3p8nMc,6338
|
|
145
|
+
experimaestro-1.4.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
146
|
+
experimaestro-1.4.3.dist-info/entry_points.txt,sha256=PhaEili_fDgn5q7rBJGip_uhGkRBq5l3Yuhg91zkcbk,574
|
|
147
|
+
experimaestro-1.4.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|