birder-clip 0.0.2.dev0__tar.gz → 0.0.2.dev1__tar.gz
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.
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/PKG-INFO +3 -1
- birder_clip-0.0.2.dev1/birder_clip/version.py +1 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip.egg-info/PKG-INFO +3 -1
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip.egg-info/requires.txt +2 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/requirements/_requirements-dev.txt +2 -0
- birder_clip-0.0.2.dev0/birder_clip/version.py +0 -1
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/LICENSE +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/README.md +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/common/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/common/fs_ops.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/common/lib.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/conf/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/conf/settings.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/inference/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/inference/zero_shot.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/inference/zero_shot_templates.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/model_registry/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/model_registry/model_registry.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/base.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/clip.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/text/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/text/base.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/net/text/transformer.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/py.typed +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/scripts/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/scripts/zero_shot.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/tokenizers/__init__.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/tokenizers/base.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/tokenizers/bpe_simple_vocab_16e6.txt.gz +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/tokenizers/openai_clip_bpe.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/tokenizers/registry.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip.egg-info/SOURCES.txt +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip.egg-info/dependency_links.txt +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip.egg-info/top_level.txt +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/pyproject.toml +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/requirements/requirements.txt +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/setup.cfg +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/tests/test_common.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/tests/test_model_registry.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/tests/test_net.py +0 -0
- {birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/tests/test_tokenizers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: birder_clip
|
|
3
|
-
Version: 0.0.2.
|
|
3
|
+
Version: 0.0.2.dev1
|
|
4
4
|
Summary: A Birder extension for CLIP-style image-text modeling and multimodal computer vision workflows.
|
|
5
5
|
Author: Ofer Hasson
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,6 +45,8 @@ Requires-Dist: flake8~=7.3.0; extra == "dev"
|
|
|
45
45
|
Requires-Dist: invoke~=3.0.3; extra == "dev"
|
|
46
46
|
Requires-Dist: ipython; extra == "dev"
|
|
47
47
|
Requires-Dist: isort~=8.0.1; extra == "dev"
|
|
48
|
+
Requires-Dist: mkdocs~=1.6.1; extra == "dev"
|
|
49
|
+
Requires-Dist: mkdocs-exclude~=1.0.2; extra == "dev"
|
|
48
50
|
Requires-Dist: mypy~=2.1.0; extra == "dev"
|
|
49
51
|
Requires-Dist: parameterized~=0.9.0; extra == "dev"
|
|
50
52
|
Requires-Dist: pylint~=4.0.5; extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.0.2dev1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: birder_clip
|
|
3
|
-
Version: 0.0.2.
|
|
3
|
+
Version: 0.0.2.dev1
|
|
4
4
|
Summary: A Birder extension for CLIP-style image-text modeling and multimodal computer vision workflows.
|
|
5
5
|
Author: Ofer Hasson
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,6 +45,8 @@ Requires-Dist: flake8~=7.3.0; extra == "dev"
|
|
|
45
45
|
Requires-Dist: invoke~=3.0.3; extra == "dev"
|
|
46
46
|
Requires-Dist: ipython; extra == "dev"
|
|
47
47
|
Requires-Dist: isort~=8.0.1; extra == "dev"
|
|
48
|
+
Requires-Dist: mkdocs~=1.6.1; extra == "dev"
|
|
49
|
+
Requires-Dist: mkdocs-exclude~=1.0.2; extra == "dev"
|
|
48
50
|
Requires-Dist: mypy~=2.1.0; extra == "dev"
|
|
49
51
|
Requires-Dist: parameterized~=0.9.0; extra == "dev"
|
|
50
52
|
Requires-Dist: pylint~=4.0.5; extra == "dev"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.0.2dev0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/inference/zero_shot_templates.py
RENAMED
|
File without changes
|
|
File without changes
|
{birder_clip-0.0.2.dev0 → birder_clip-0.0.2.dev1}/birder_clip/model_registry/model_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|