Skip to content

Commit

Permalink
add larger vision attention net, generously released by OpenAI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 26, 2022
1 parent 25ac9f4 commit 73d5de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deep_daze/clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"RN101": "https://openaipublic.azureedge.net/clip/models/8fa8567bab74a42d41c5915025a8e4538c3bdbe8804a470a72f30b0d94fab599/RN101.pt",
"RN50x4": "https://openaipublic.azureedge.net/clip/models/7e526bd135e493cef0776de27d5f42653e6b4c8bf9e0f653bb11773263205fdd/RN50x4.pt",
"ViT-B/32": "https://openaipublic.azureedge.net/clip/models/40d365715913c9da98579312b702a82c18be219cc2a73407c4526f58eba950af/ViT-B-32.pt",
"ViT-L/14": "https://openaipublic.azureedge.net/clip/models/b8cca3fd41ae0c99ba7e8951adf17d267cdb84cd88be6f7c2e0eca1737a03836/ViT-L-14.pt"
}

def _download(url: str, root: str = os.path.expanduser("~/.cache/clip")):
Expand Down
2 changes: 1 addition & 1 deletion deep_daze/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.3'
__version__ = '0.11.0'

0 comments on commit 73d5de2

Please sign in to comment.