code-loader 1.0.60.dev2__py3-none-any.whl → 1.0.61__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.
- code_loader/inner_leap_binder/leapbinder_decorators.py +1 -1
- {code_loader-1.0.60.dev2.dist-info → code_loader-1.0.61.dist-info}/METADATA +1 -1
- {code_loader-1.0.60.dev2.dist-info → code_loader-1.0.61.dist-info}/RECORD +5 -5
- {code_loader-1.0.60.dev2.dist-info → code_loader-1.0.61.dist-info}/LICENSE +0 -0
- {code_loader-1.0.60.dev2.dist-info → code_loader-1.0.61.dist-info}/WHEEL +0 -0
@@ -251,7 +251,7 @@ def tensorleap_input_encoder(name: str, channel_dim=-1):
|
|
251
251
|
if input_handler.name == name:
|
252
252
|
raise Exception(f'Input with name {name} already exists. '
|
253
253
|
f'Please choose another')
|
254
|
-
if channel_dim
|
254
|
+
if channel_dim <= 0 and channel_dim != -1:
|
255
255
|
raise Exception(f"Channel dim for input {name} is expected to be either -1 or positive")
|
256
256
|
|
257
257
|
leap_binder.set_input(user_function, name, channel_dim=channel_dim)
|
@@ -18,12 +18,12 @@ code_loader/experiment_api/utils.py,sha256=XZHtxge12TS4H4-8PjV3sKuhp8Ud6ojAiIzTZ
|
|
18
18
|
code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaSbeTVzq-2ja_SQw4zi7LXwKL9cY,990
|
19
19
|
code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
|
20
20
|
code_loader/inner_leap_binder/leapbinder.py,sha256=LVzpynjISO-a774flzGt1yAQPsSYNE8B5V58Hacs7bQ,25216
|
21
|
-
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=
|
21
|
+
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=asBC9bBpHzFXXo0rzIfkd2XQwUyfZ3WN3P5WZ0FL01Y,20132
|
22
22
|
code_loader/leaploader.py,sha256=Tpf6A25hYuo4D0umGL3BHNYJhmz_NIwvFveQgAlsSOo,19534
|
23
23
|
code_loader/utils.py,sha256=aw2i_fqW_ADjLB66FWZd9DfpCQ7mPdMyauROC5Nd51I,2197
|
24
24
|
code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
code_loader/visualizers/default_visualizers.py,sha256=VoqO9FN84yXyMjRjHjUTOt2GdTkJRMbHbXJ1cJkREkk,2230
|
26
|
-
code_loader-1.0.
|
27
|
-
code_loader-1.0.
|
28
|
-
code_loader-1.0.
|
29
|
-
code_loader-1.0.
|
26
|
+
code_loader-1.0.61.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
27
|
+
code_loader-1.0.61.dist-info/METADATA,sha256=JL5QNDOREfuBvTAzS1ES6Jm2vTm4eBkcufAcYLQyC7I,888
|
28
|
+
code_loader-1.0.61.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
29
|
+
code_loader-1.0.61.dist-info/RECORD,,
|
File without changes
|
File without changes
|