autogluon.multimodal 1.2.1b20250215__py3-none-any.whl → 1.2.1b20250216__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.
- autogluon/multimodal/version.py +1 -1
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/METADATA +9 -7
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/RECORD +10 -10
- /autogluon.multimodal-1.2.1b20250215-py3.9-nspkg.pth → /autogluon.multimodal-1.2.1b20250216-py3.9-nspkg.pth +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/LICENSE +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/NOTICE +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/WHEEL +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/namespace_packages.txt +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/top_level.txt +0 -0
- {autogluon.multimodal-1.2.1b20250215.dist-info → autogluon.multimodal-1.2.1b20250216.dist-info}/zip-safe +0 -0
autogluon/multimodal/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.multimodal
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1b20250216
|
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
|
@@ -57,9 +57,9 @@ Requires-Dist: scikit-image<0.25.0,>=0.19.1
|
|
57
57
|
Requires-Dist: text-unidecode<1.4,>=1.3
|
58
58
|
Requires-Dist: torchmetrics<1.6.2,>=1.2.0
|
59
59
|
Requires-Dist: omegaconf<2.3.0,>=2.1.1
|
60
|
-
Requires-Dist: autogluon.core[raytune]==1.2.
|
61
|
-
Requires-Dist: autogluon.features==1.2.
|
62
|
-
Requires-Dist: autogluon.common==1.2.
|
60
|
+
Requires-Dist: autogluon.core[raytune]==1.2.1b20250216
|
61
|
+
Requires-Dist: autogluon.features==1.2.1b20250216
|
62
|
+
Requires-Dist: autogluon.common==1.2.1b20250216
|
63
63
|
Requires-Dist: pytorch-metric-learning<2.4,>=1.3.0
|
64
64
|
Requires-Dist: nlpaug<1.2.0,>=1.1.10
|
65
65
|
Requires-Dist: nltk<3.9,>=3.4.5
|
@@ -98,9 +98,11 @@ Requires-Dist: onnx<1.16.2,>=1.13.0; platform_system == "Windows" and extra == "
|
|
98
98
|
|
99
99
|
[Installation](https://auto.gluon.ai/stable/install.html) | [Documentation](https://auto.gluon.ai/stable/index.html) | [Release Notes](https://auto.gluon.ai/stable/whats_new/index.html)
|
100
100
|
|
101
|
-
AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
|
102
101
|
</div>
|
103
102
|
|
103
|
+
AutoGluon, developed by AWS AI, automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
|
104
|
+
|
105
|
+
|
104
106
|
## 💾 Installation
|
105
107
|
|
106
108
|
AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
|
@@ -140,8 +142,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
|
|
140
142
|
| :tv: [AutoGluon: Towards No-Code Automated Machine Learning](https://www.youtube.com/watch?v=SwPq9qjaN2Q) | Tutorial | [AutoML 2024](https://2024.automl.cc/) | 2024/09/09 |
|
141
143
|
| :tv: [AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of Code](https://www.youtube.com/watch?v=5tvp_Ihgnuk) | Tutorial | [AutoML 2023](https://2023.automl.cc/) | 2023/09/12 |
|
142
144
|
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
|
143
|
-
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
144
|
-
| :tv: [Solving Complex ML Problems in a few Lines of Code with AutoGluon](https://www.youtube.com/watch?v=J1UQUCPB88I) | Tutorial | PyData Seattle | 2023/06/20 |
|
145
|
+
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
146
|
+
| :tv: [Solving Complex ML Problems in a few Lines of Code with AutoGluon](https://www.youtube.com/watch?v=J1UQUCPB88I) | Tutorial | PyData Seattle | 2023/06/20 |
|
145
147
|
| :tv: [The AutoML Revolution](https://www.youtube.com/watch?v=VAAITEds-28) | Tutorial | [Fall AutoML School 2022](https://sites.google.com/view/automl-fall-school-2022) | 2022/10/18 |
|
146
148
|
|
147
149
|
### Scientific Publications
|
@@ -1,11 +1,11 @@
|
|
1
|
-
autogluon.multimodal-1.2.
|
1
|
+
autogluon.multimodal-1.2.1b20250216-py3.9-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=8IDFqC45Sz3fD0VO2wpzj5Ino387yMAvmKMt-QRhzK0,9122
|
4
4
|
autogluon/multimodal/predictor.py,sha256=beV2gOcTnviYtU8UWTWdqWYTbuk5sC6Sba-pAEaFQyg,40936
|
5
5
|
autogluon/multimodal/presets.py,sha256=VR_arn7X4eiQcGcvJVmwxDopPJGvYP1W1cBZ2AOcdJM,25882
|
6
6
|
autogluon/multimodal/problem_types.py,sha256=H0q2V--d_KH7YL_AxMrs77SHR5SBVLDsdie9F2Uu1kM,8627
|
7
7
|
autogluon/multimodal/registry.py,sha256=vqvONWweZP44aBo1jCvlqLdL0Agn2kyTK8uXUwagZhs,3670
|
8
|
-
autogluon/multimodal/version.py,sha256=
|
8
|
+
autogluon/multimodal/version.py,sha256=U2riSgboLHrGAsTKaN_NObA5VbiSqKggEC1ucbkCW7M,91
|
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
|
@@ -135,11 +135,11 @@ autogluon/multimodal/utils/object_detection.py,sha256=fHZxon5LoYRmNu_7jm_pDjesVx
|
|
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=qAc4_36r3MBDPq1R1jBeb_gcfzIrsylL1S31sRf3wuw,22562
|
138
|
-
autogluon.multimodal-1.2.
|
139
|
-
autogluon.multimodal-1.2.
|
140
|
-
autogluon.multimodal-1.2.
|
141
|
-
autogluon.multimodal-1.2.
|
142
|
-
autogluon.multimodal-1.2.
|
143
|
-
autogluon.multimodal-1.2.
|
144
|
-
autogluon.multimodal-1.2.
|
145
|
-
autogluon.multimodal-1.2.
|
138
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
139
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/METADATA,sha256=te3evg8TRjAXj_MKRVV2zMPh_Abo754Y2CBpTO820LA,13218
|
140
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
141
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
142
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
143
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
144
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
145
|
+
autogluon.multimodal-1.2.1b20250216.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|