code-loader 1.0.68__py3-none-any.whl → 1.0.69__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/leaploader.py CHANGED
@@ -270,6 +270,8 @@ class LeapLoader(LeapLoaderBase):
270
270
  unlabeled_length = None
271
271
  if global_leap_binder.setup_container.unlabeled_data_preprocess:
272
272
  unlabeled_length = global_leap_binder.setup_container.unlabeled_data_preprocess.data_length
273
+ else:
274
+ unlabeled_length = setup.preprocess.data_length.get(DataStateType.unlabeled)
273
275
  dataset_preprocess = DatasetPreprocess(
274
276
  training_length=setup.preprocess.data_length.get(DataStateType.training, 0),
275
277
  validation_length=setup.preprocess.data_length.get(DataStateType.validation, 0),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: code-loader
3
- Version: 1.0.68
3
+ Version: 1.0.69
4
4
  Summary:
5
5
  Home-page: https://github.com/tensorleap/code-loader
6
6
  License: MIT
@@ -22,12 +22,12 @@ code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaS
22
22
  code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
23
23
  code_loader/inner_leap_binder/leapbinder.py,sha256=o57Pj-iY61-OBuTjK-jYUKCJ0g2pPWbbqitv_e75Bps,25959
24
24
  code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=S4XHoC4GVicUIhM0UAAsQ6qVmztD52L-Uxa-6OcZptA,20780
25
- code_loader/leaploader.py,sha256=K__WKfqtKwEch40au177Po10EUX7gm0PJzcV6kpUMlo,22212
25
+ code_loader/leaploader.py,sha256=GWlpvgSsCWevP2BwwFBKTImQeDgHAQg1lMU9bqFMwRw,22315
26
26
  code_loader/leaploaderbase.py,sha256=aHlqWDZRacIdBefeB9goYVnpApaNN2FT24uPIWKkCeQ,3090
27
27
  code_loader/utils.py,sha256=aw2i_fqW_ADjLB66FWZd9DfpCQ7mPdMyauROC5Nd51I,2197
28
28
  code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  code_loader/visualizers/default_visualizers.py,sha256=Ffx5VHVOe5ujBOsjBSxN_aIEVwFSQ6gbhTMG5aUS-po,2305
30
- code_loader-1.0.68.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
31
- code_loader-1.0.68.dist-info/METADATA,sha256=7rYyuqWwTrtgjyMJSoqB_iijzJ85T9l93GcM9wcpqoU,849
32
- code_loader-1.0.68.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
33
- code_loader-1.0.68.dist-info/RECORD,,
30
+ code_loader-1.0.69.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
31
+ code_loader-1.0.69.dist-info/METADATA,sha256=J26yOaEaRDUaXYrtP7YUfQ8jTgEn6I5K1mS4iBMtiY4,849
32
+ code_loader-1.0.69.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
33
+ code_loader-1.0.69.dist-info/RECORD,,