autogluon.multimodal 1.1.2b20240804__py3-none-any.whl → 1.1.2b20240805__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.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/METADATA +43 -43
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/RECORD +10 -10
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/WHEEL +1 -1
- /autogluon.multimodal-1.1.2b20240804-py3.8-nspkg.pth → /autogluon.multimodal-1.1.2b20240805-py3.8-nspkg.pth +0 -0
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/LICENSE +0 -0
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/NOTICE +0 -0
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/namespace_packages.txt +0 -0
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.dist-info}/top_level.txt +0 -0
- {autogluon.multimodal-1.1.2b20240804.dist-info → autogluon.multimodal-1.1.2b20240805.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.1.
|
3
|
+
Version: 1.1.2b20240805
|
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
|
@@ -34,49 +34,49 @@ Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
34
34
|
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
35
35
|
Requires-Python: >=3.8, <3.12
|
36
36
|
Description-Content-Type: text/markdown
|
37
|
-
Requires-Dist: numpy
|
38
|
-
Requires-Dist: scipy
|
39
|
-
Requires-Dist: pandas
|
40
|
-
Requires-Dist: scikit-learn
|
41
|
-
Requires-Dist: Pillow
|
42
|
-
Requires-Dist: tqdm
|
43
|
-
Requires-Dist: boto3
|
44
|
-
Requires-Dist: torch
|
45
|
-
Requires-Dist: lightning
|
46
|
-
Requires-Dist: transformers[sentencepiece]
|
47
|
-
Requires-Dist: accelerate
|
48
|
-
Requires-Dist: requests
|
49
|
-
Requires-Dist: jsonschema
|
50
|
-
Requires-Dist: seqeval
|
51
|
-
Requires-Dist: evaluate
|
52
|
-
Requires-Dist: timm
|
53
|
-
Requires-Dist: torchvision
|
54
|
-
Requires-Dist: scikit-image
|
55
|
-
Requires-Dist: text-unidecode
|
56
|
-
Requires-Dist: torchmetrics
|
57
|
-
Requires-Dist: nptyping
|
58
|
-
Requires-Dist: omegaconf
|
59
|
-
Requires-Dist: autogluon.core[raytune]
|
60
|
-
Requires-Dist: autogluon.features
|
61
|
-
Requires-Dist: autogluon.common
|
62
|
-
Requires-Dist: pytorch-metric-learning
|
63
|
-
Requires-Dist: nlpaug
|
64
|
-
Requires-Dist: nltk
|
65
|
-
Requires-Dist: openmim
|
66
|
-
Requires-Dist: defusedxml
|
67
|
-
Requires-Dist: jinja2
|
68
|
-
Requires-Dist: tensorboard
|
69
|
-
Requires-Dist: pytesseract
|
70
|
-
Requires-Dist: nvidia-ml-py3
|
71
|
-
Requires-Dist: pdf2image
|
37
|
+
Requires-Dist: numpy<1.29,>=1.21
|
38
|
+
Requires-Dist: scipy<1.13,>=1.5.4
|
39
|
+
Requires-Dist: pandas<2.3.0,>=2.0.0
|
40
|
+
Requires-Dist: scikit-learn<1.4.1,>=1.3.0
|
41
|
+
Requires-Dist: Pillow<11,>=10.0.1
|
42
|
+
Requires-Dist: tqdm<5,>=4.38
|
43
|
+
Requires-Dist: boto3<2,>=1.10
|
44
|
+
Requires-Dist: torch<2.5,>=2.2
|
45
|
+
Requires-Dist: lightning<2.4,>=2.2
|
46
|
+
Requires-Dist: transformers[sentencepiece]<4.41.0,>=4.38.0
|
47
|
+
Requires-Dist: accelerate<0.22.0,>=0.21.0
|
48
|
+
Requires-Dist: requests<3,>=2.21
|
49
|
+
Requires-Dist: jsonschema<4.22,>=4.18
|
50
|
+
Requires-Dist: seqeval<1.3.0,>=1.2.2
|
51
|
+
Requires-Dist: evaluate<0.5.0,>=0.4.0
|
52
|
+
Requires-Dist: timm<0.10.0,>=0.9.5
|
53
|
+
Requires-Dist: torchvision<0.19.0,>=0.16.0
|
54
|
+
Requires-Dist: scikit-image<0.21.0,>=0.19.1
|
55
|
+
Requires-Dist: text-unidecode<1.4,>=1.3
|
56
|
+
Requires-Dist: torchmetrics<1.3.0,>=1.2.0
|
57
|
+
Requires-Dist: nptyping<2.5.0,>=1.4.4
|
58
|
+
Requires-Dist: omegaconf<2.3.0,>=2.1.1
|
59
|
+
Requires-Dist: autogluon.core[raytune]==1.1.2b20240805
|
60
|
+
Requires-Dist: autogluon.features==1.1.2b20240805
|
61
|
+
Requires-Dist: autogluon.common==1.1.2b20240805
|
62
|
+
Requires-Dist: pytorch-metric-learning<2.4,>=1.3.0
|
63
|
+
Requires-Dist: nlpaug<1.2.0,>=1.1.10
|
64
|
+
Requires-Dist: nltk<4.0.0,>=3.4.5
|
65
|
+
Requires-Dist: openmim<0.4.0,>=0.3.7
|
66
|
+
Requires-Dist: defusedxml<0.7.2,>=0.7.1
|
67
|
+
Requires-Dist: jinja2<3.2,>=3.0.3
|
68
|
+
Requires-Dist: tensorboard<3,>=2.9
|
69
|
+
Requires-Dist: pytesseract<0.3.11,>=0.3.9
|
70
|
+
Requires-Dist: nvidia-ml-py3==7.352.0
|
71
|
+
Requires-Dist: pdf2image<1.19,>=1.17.0
|
72
72
|
Provides-Extra: tests
|
73
|
-
Requires-Dist: black
|
74
|
-
Requires-Dist: isort
|
75
|
-
Requires-Dist: datasets
|
76
|
-
Requires-Dist: onnx
|
77
|
-
Requires-Dist: onnxruntime-gpu
|
78
|
-
Requires-Dist: onnxruntime
|
79
|
-
Requires-Dist: tensorrt
|
73
|
+
Requires-Dist: black~=23.0; extra == "tests"
|
74
|
+
Requires-Dist: isort>=5.10; extra == "tests"
|
75
|
+
Requires-Dist: datasets<2.15.0,>=2.10.0; extra == "tests"
|
76
|
+
Requires-Dist: onnx<1.14.0,>=1.13.0; extra == "tests"
|
77
|
+
Requires-Dist: onnxruntime-gpu<1.16.0,>=1.15.0; platform_system != "Darwin" and extra == "tests"
|
78
|
+
Requires-Dist: onnxruntime<1.16.0,>=1.15.0; platform_system == "Darwin" and extra == "tests"
|
79
|
+
Requires-Dist: tensorrt<10.3,>=8.6.0; (platform_system == "Linux" and python_version < "3.11") and extra == "tests"
|
80
80
|
|
81
81
|
|
82
82
|
|
@@ -1,11 +1,11 @@
|
|
1
|
-
autogluon.multimodal-1.1.
|
1
|
+
autogluon.multimodal-1.1.2b20240805-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=
|
8
|
+
autogluon/multimodal/version.py,sha256=GelWl_MHJUY9_CPRJkN0CI7q7EiNNVqs2cDTmhKnqio,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
|
@@ -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.
|
139
|
-
autogluon.multimodal-1.1.
|
140
|
-
autogluon.multimodal-1.1.
|
141
|
-
autogluon.multimodal-1.1.
|
142
|
-
autogluon.multimodal-1.1.
|
143
|
-
autogluon.multimodal-1.1.
|
144
|
-
autogluon.multimodal-1.1.
|
145
|
-
autogluon.multimodal-1.1.
|
138
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
139
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/METADATA,sha256=AfNIlnUCwjmjFopiDDq90uZNWnYWvyP6033cjajxJOc,12854
|
140
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
141
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
142
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
143
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
144
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
145
|
+
autogluon.multimodal-1.1.2b20240805.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|