code-loader 1.0.49.dev2__py3-none-any.whl → 1.0.49.dev3__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
@@ -298,8 +298,8 @@ class LeapLoader:
298
298
 
299
299
  return self._preprocess_result_cached
300
300
 
301
- def get_preprocess_sample_ids(self) -> Dict[DataStateEnum, Union[List[int], List[str]]]:
302
- preprocess_result = self._preprocess_result()
301
+ def get_preprocess_sample_ids(self, update_unlabeled_preprocess=False) -> Dict[DataStateEnum, Union[List[int], List[str]]]:
302
+ preprocess_result = self._preprocess_result(update_unlabeled_preprocess)
303
303
  sample_ids = {}
304
304
  for state, preprocess_response in preprocess_result.items():
305
305
  sample_ids[state] = preprocess_response.sample_ids
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: code-loader
3
- Version: 1.0.49.dev2
3
+ Version: 1.0.49.dev3
4
4
  Summary:
5
5
  Home-page: https://github.com/tensorleap/code-loader
6
6
  License: MIT
@@ -19,11 +19,11 @@ code_loader/experiment_api/utils.py,sha256=XZHtxge12TS4H4-8PjV3sKuhp8Ud6ojAiIzTZ
19
19
  code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaSbeTVzq-2ja_SQw4zi7LXwKL9cY,990
20
20
  code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
21
21
  code_loader/inner_leap_binder/leapbinder.py,sha256=m-9eNKYqK71irfEd4T1bNyM9t8mh_utdUDPYvbK34UY,24902
22
- code_loader/leaploader.py,sha256=33NcO2Rdc9UnAY3gBMaoEIBOL53PPaYyMUVjR1jvqjQ,18461
22
+ code_loader/leaploader.py,sha256=HcDuGQMcMmTe5WBb-OYMS0aeWSY6Evxgn9Q3quhq04U,18523
23
23
  code_loader/utils.py,sha256=TZAoUbA2pE8eK3Le3s5Xr4eRaYdeDMQtxotx6rh-5oE,2185
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.49.dev2.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
27
- code_loader-1.0.49.dev2.dist-info/METADATA,sha256=EEwk68bEgmlwBEKXlkr9LugpanKMRttVXYw1nvsGiuo,893
28
- code_loader-1.0.49.dev2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
- code_loader-1.0.49.dev2.dist-info/RECORD,,
26
+ code_loader-1.0.49.dev3.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
27
+ code_loader-1.0.49.dev3.dist-info/METADATA,sha256=ezw-XPqNyTcMaoX7dAmKltObIHMxgI6OJOEGvsB1K1U,893
28
+ code_loader-1.0.49.dev3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
+ code_loader-1.0.49.dev3.dist-info/RECORD,,