autogluon.multimodal 1.1.2b20240708__py3-none-any.whl → 1.1.2b20240710__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.
@@ -235,9 +235,9 @@ def is_image_column(
235
235
  f"Among {sample_num} sampled images in column '{col_name}', "
236
236
  f"{failure_ratio:.0%} images can't be open. "
237
237
  "You may need to thoroughly check your data to see the percentage of missing images, "
238
- "and estimate the potential influence. By default, we skip the samples with missing images. "
239
- "You can also set hyperparameter 'data.image.missing_value_strategy' to be 'zero', "
240
- "which uses a zero image to replace any missing image.",
238
+ "and estimate the potential influence. By default, we use an image with zero pixels. "
239
+ "You can also set hyperparameter 'data.image.missing_value_strategy' to be 'skip', "
240
+ "which skips samples that contain a missing image.",
241
241
  UserWarning,
242
242
  )
243
243
  return True
@@ -1,3 +1,3 @@
1
1
  """This is the autogluon version file."""
2
- __version__ = '1.1.2b20240708'
2
+ __version__ = '1.1.2b20240710'
3
3
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.multimodal
3
- Version: 1.1.2b20240708
3
+ Version: 1.1.2b20240710
4
4
  Summary: Fast and Accurate ML in 3 Lines of Code
5
5
  Home-page: https://github.com/autogluon/autogluon
6
6
  Author: AutoGluon Community
@@ -56,9 +56,9 @@ Requires-Dist: text-unidecode <1.4,>=1.3
56
56
  Requires-Dist: torchmetrics <1.3.0,>=1.2.0
57
57
  Requires-Dist: nptyping <2.5.0,>=1.4.4
58
58
  Requires-Dist: omegaconf <2.3.0,>=2.1.1
59
- Requires-Dist: autogluon.core[raytune] ==1.1.2b20240708
60
- Requires-Dist: autogluon.features ==1.1.2b20240708
61
- Requires-Dist: autogluon.common ==1.1.2b20240708
59
+ Requires-Dist: autogluon.core[raytune] ==1.1.2b20240710
60
+ Requires-Dist: autogluon.features ==1.1.2b20240710
61
+ Requires-Dist: autogluon.common ==1.1.2b20240710
62
62
  Requires-Dist: pytorch-metric-learning <2.4,>=1.3.0
63
63
  Requires-Dist: nlpaug <1.2.0,>=1.1.10
64
64
  Requires-Dist: nltk <4.0.0,>=3.4.5
@@ -1,11 +1,11 @@
1
- autogluon.multimodal-1.1.2b20240708-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.multimodal-1.1.2b20240710-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/multimodal/__init__.py,sha256=EuWb-QmtFBKePJw4_4Kpp9dKrabv121haYw_Oiu2jfI,238
3
3
  autogluon/multimodal/constants.py,sha256=C9zNWmm8lMMe5O2n4v8cIV_ERHIXioQyle3NtvhzP80,8497
4
4
  autogluon/multimodal/predictor.py,sha256=VTJGcKH4Kktdm4Qq2x9oRThpfp6w_kFSjJOmQPsmB5g,40654
5
5
  autogluon/multimodal/presets.py,sha256=VR_arn7X4eiQcGcvJVmwxDopPJGvYP1W1cBZ2AOcdJM,25882
6
6
  autogluon/multimodal/problem_types.py,sha256=Jxrz9DY6t7yhhMpISmB_71EDK2WjaQYDMuNIr3NbQhY,9203
7
7
  autogluon/multimodal/registry.py,sha256=8-_o0JitFfNzDif1GMg1H_wPGNOyiadul1SkzXQMWeY,3648
8
- autogluon/multimodal/version.py,sha256=MkBpnHMmhJNafChalnOPHd-GPmRx-OGxvrk4QI6SdQk,90
8
+ autogluon/multimodal/version.py,sha256=2Mm9YO94GGmw64hjAmGWHVIFCIY2mmpjFNfns_P1Vtc,90
9
9
  autogluon/multimodal/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  autogluon/multimodal/cli/prepare_detection_dataset.py,sha256=9NCYmCUMPRWbxxbN_C7YQjMYlrAm8gbwJ3Qd-79JWH4,5218
11
11
  autogluon/multimodal/cli/voc2coco.py,sha256=LXVu9RIfOZs_1URrzO-_3Nrvb9uGEgPxCY4-B6m1coc,9605
@@ -43,7 +43,7 @@ autogluon/multimodal/data/__init__.py,sha256=ZU23FGNWakbfVQJs6YKBfZ1A66MAG82ZgZl
43
43
  autogluon/multimodal/data/collator.py,sha256=UkfIpXgcwQVNXrzSv7vdWcWyQkKMyIPe1JPZTEYMAtU,9729
44
44
  autogluon/multimodal/data/datamodule.py,sha256=xTYg2kZ5i9NbGglnsPVURIJxDqvL8lusNMALuQxE5Wc,8826
45
45
  autogluon/multimodal/data/dataset.py,sha256=1RRQmbIkKW6DB8Zno6QRnE-EL3sL5yfwQNBK43TWNDw,4312
46
- autogluon/multimodal/data/infer_types.py,sha256=nufZPNE1v4qo6rvTvtecVYCU76EPxPcU7jbpg9FLlhY,27333
46
+ autogluon/multimodal/data/infer_types.py,sha256=iAtBEwBjJT1phd0k3l7wDA5Q9n_3AywH7b3617jJmqY,27322
47
47
  autogluon/multimodal/data/label_encoder.py,sha256=lLlBWYJTQJ42nMRSvrRHMdSOsK9E46s6ynbxzR2TMJo,10599
48
48
  autogluon/multimodal/data/mixup.py,sha256=zYj3tgKxE25868bbBuQEiAZnch-yHR5bqJWk9cI9kFc,7388
49
49
  autogluon/multimodal/data/preprocess_dataframe.py,sha256=sENmZe6ql9AYEMjcR86jJmAHIZtPvq9V9buU7LY34Fo,34197
@@ -135,11 +135,11 @@ autogluon/multimodal/utils/object_detection.py,sha256=EjLPzmq8Ge_HAtibiY5FNOChL_
135
135
  autogluon/multimodal/utils/onnx.py,sha256=rblWnphKTsfbosbieJu8PsH6SMDw4on9BS8bR1plL2U,5607
136
136
  autogluon/multimodal/utils/save.py,sha256=zYIO3mYMGBvHfZcmCUaLpsQa14nVq1LPv2F76uaz89w,3951
137
137
  autogluon/multimodal/utils/visualizer.py,sha256=snTQw6OZpwsF_RcZHd9MxA9niGYU-UI8DpmcpvqlRu4,22584
138
- autogluon.multimodal-1.1.2b20240708.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
139
- autogluon.multimodal-1.1.2b20240708.dist-info/METADATA,sha256=0JFYNEFqyN3yOQiRKwKstNaKu72Wto1aQ8mYvObIehE,12908
140
- autogluon.multimodal-1.1.2b20240708.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
141
- autogluon.multimodal-1.1.2b20240708.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
142
- autogluon.multimodal-1.1.2b20240708.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
143
- autogluon.multimodal-1.1.2b20240708.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
144
- autogluon.multimodal-1.1.2b20240708.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
145
- autogluon.multimodal-1.1.2b20240708.dist-info/RECORD,,
138
+ autogluon.multimodal-1.1.2b20240710.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
139
+ autogluon.multimodal-1.1.2b20240710.dist-info/METADATA,sha256=0doam7eljzxTdKwJuvgTkAtK_ugqPJBq9BQx5xlxg_o,12908
140
+ autogluon.multimodal-1.1.2b20240710.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
141
+ autogluon.multimodal-1.1.2b20240710.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
142
+ autogluon.multimodal-1.1.2b20240710.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
143
+ autogluon.multimodal-1.1.2b20240710.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
144
+ autogluon.multimodal-1.1.2b20240710.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
145
+ autogluon.multimodal-1.1.2b20240710.dist-info/RECORD,,