Commit Graph

  • b4ae44927b
    ViT-L/14@336px (#234) Jong Wook Kim 2022-04-21 16:45:46 -0700
  • 2ee018cdd7 ViT-L/14@336px Jong Wook Kim 2022-04-21 16:36:54 -0700
  • e58d49454c
    use pkg_resources for PyTorch version checks in notebooks (#191) neverix 2022-04-11 00:08:16 +0300
  • 3482bb6ed3
    fix utf8 username on windows (#227) liuxingbaoyu 2022-04-11 05:07:46 +0800
  • 2b49d4e868 remove version checking in notebook code cell Jong Wook Kim 2022-04-10 13:45:38 -0700
  • c0065a27ad
    Update README.md Jong Wook Kim 2022-04-10 13:39:41 -0700
  • 7ef63f265b
    Patch clip model for ONNX compatibility (#219) In-Ho Yi 2022-04-10 16:35:32 -0400
  • d142239cbc
    Update README.md Ge Yang 2022-04-05 11:25:05 -0400
  • 550b3bc332 fix utf8 username on windows liuxingbaoyu 2022-04-04 12:16:58 +0800
  • 772e2023b7 Add compatibility fix for torch 1.7 In-Ho Yi 2022-02-18 17:24:43 -0500
  • 1937532d60 Patch clip model for ONNX compatibility In-Ho Yi 2022-02-18 11:27:04 -0500
  • 0845fc4626
    Improve Bottleneck code ProGamerGov 2022-02-06 09:13:35 -0700
  • eb42b86d36
    Separate Bottleneck ReLU layers ProGamerGov 2022-02-05 13:21:01 -0700
  • 40f5484c1c update torch versions in workflow Jong Wook Kim 2022-01-25 17:23:09 -0800
  • 67fc250eb6 add RN50x64 and ViT-L/14 models Jong Wook Kim 2022-01-25 17:04:00 -0800
  • 55a12f5db1
    Move checking cuda device check into function body. Mike Liu 2021-12-15 16:33:03 -0500
  • 9187a7a2b9 use pkg_resources for PyTorch version checks in notebooks neverix 2021-12-01 16:11:56 +0300
  • 573315e83f
    use `pkg_resources` for PyTorch version comparison (#176) Tan Jia Huei 2021-11-09 14:57:26 +0800
  • 8dcf65d1b8
    use `pkg_resources` for PyTorch version comparison Tan Jia Huei 2021-11-09 12:32:40 +0800
  • 1a8b4b2899
    Fix PyTorch version check for nightly builds (#173) Tan Jia Huei 2021-11-05 13:17:26 +0800
  • 0c7a6d3b16 Fix PyTorch version check for nightly builds Tan Jia Huei 2021-11-05 13:09:40 +0800
  • 2867559c5f
    Fix PyTorch version check (#160) Santiago Castro 2021-11-04 17:32:10 -0400
  • 0e8639bc0b Merge branch 'main' into patch-1 Jong Wook Kim 2021-11-04 17:23:12 -0400
  • c7ba4f3907
    Add 1.10.0 in tests Jong Wook Kim 2021-11-04 17:20:40 -0400
  • 83fbd069cc
    Fix suggestion Santiago Castro 2021-11-03 10:26:35 -0400
  • 73228e6c95 Compare version using integers Matthew Franglen 2021-11-01 22:00:59 +0000
  • c7be85d4e7
    Fix PyTorch version check Santiago Castro 2021-10-21 16:43:28 -0400
  • e184f608c5
    Full list of Kinetics700 (Fix #158) Jong Wook Kim 2021-10-19 01:40:06 -0400
  • 04f4dc2ca1 fix prompts format Jong Wook Kim 2021-09-24 00:57:32 -0400
  • 4496d72f25 fix eurosat templates Jong Wook Kim 2021-09-23 23:21:49 -0400
  • 7df882c555 add prompt data Jong Wook Kim 2021-09-23 23:06:39 -0400
  • efe8cbbdf3 added Country211 and Rendered SST2 dataset info Jong Wook Kim 2021-09-23 21:56:48 -0400
  • c13005fd42
    In Compose, replace lambda function with named function (#151) Gianluca Gippetto 2021-09-24 03:42:20 +0200
  • a63f881a01 In Compose, replace lambda function with named function Gianluca Gippetto 2021-09-10 20:04:12 +0200
  • 3b473b0e68
    Reduce half of similarity muls after encoding (#140) or-toledano 2021-08-29 12:15:03 +0300
  • 539cdcbd48
    launch tests on push and PR to main (#145) Jong Wook Kim 2021-08-29 02:08:37 -0700
  • c6c6169979 launch tests on push and PR to main Jong Wook Kim 2021-08-29 04:56:07 -0400
  • a8aa7cb265
    Reduce half of similarity muls after encoding or-toledano 2021-08-13 13:06:00 +0300
  • fa56f25251 add test.yml (#139) Jong Wook Kim 2021-08-12 03:24:27 -0700
  • bdbb7989e6 add test.yml Jong Wook Kim 2021-08-12 01:15:17 -0700
  • fcab8b6eb9
    Update Prompt_Engineering_for_ImageNet.ipynb (#137) or-toledano 2021-08-09 11:29:38 +0300
  • d17f612a64 update Prompt_Engineering_for_ImageNet.ipynb Jong Wook Kim 2021-08-09 01:29:00 -0700
  • 9323115d59 updated Interacting_with_CLIP.ipynb Jong Wook Kim 2021-08-09 00:32:12 -0700
  • a2c8ae2af8 Reduce size of diff #3 or-toledano 2021-08-09 08:27:32 +0300
  • 311a0784a2 Reduce size of diff #2 or-toledano 2021-08-09 08:26:41 +0300
  • ea7f744b2f Reduce size of diff or-toledano 2021-08-09 08:21:10 +0300
  • 991ca4a48f Update Prompt_Engineering_for_ImageNet.ipynb or-toledano 2021-08-08 22:10:06 +0300
  • 22fde59cbe
    Can specify root directory when loading model (#136) Kevin Costa 2021-08-09 08:43:22 +0200
  • 6599907d3e specifying download_root instead Jong Wook Kim 2021-08-08 23:30:38 -0700
  • 53e1d0b6aa Can specify root directory when loading model kcosta42 2021-08-06 10:29:40 +0200
  • ff339871f3
    Use tqdm with 1024 instead of 1000 unit scale (#131) Santiago Castro 2021-08-09 00:20:38 -0600
  • cd446fb776
    Use tqdm with 1024 instead of 1000 unit scale Santiago Castro 2021-07-22 21:39:13 -0700
  • 8cad3a736a
    Update README.md Jong Wook Kim 2021-07-20 04:02:06 -0700
  • dff9d15305 add ViT-B/16 and RN50x16 models Jong Wook Kim 2021-07-19 04:46:29 -0700
  • ea41722f9f
    Rename VisualTransformer -> VisionTransformer (#97) Haofan Wang 2021-07-19 11:41:49 +0800
  • 504cf9e491 test fix Jong Wook Kim 2021-07-18 20:28:30 -0700
  • a2737ac264
    Add truncate option to tokenize (#126) Romain Beaumont 2021-07-19 05:17:40 +0200
  • 624f90e132 add doc, rename to just "truncate", use eot_token Jong Wook Kim 2021-07-18 20:14:47 -0700
  • db20393f4a Using non-JIT by default; compat fix with 1.8+ Jong Wook Kim 2021-07-18 18:45:21 -0700
  • a2f6647a4e
    Add truncate_text option to tokenize Romain Beaumont 2021-07-08 17:34:16 +0200
  • d038cfaf59 Update model.py Canberk Baykal 2021-06-29 16:13:53 +0300
  • 0f8656596b
    Update Prompt_Engineering_for_ImageNet.ipynb Peretz Cohen 2021-05-28 13:09:23 -0700
  • ed62c1da59
    Update Prompt_Engineering_for_ImageNet.ipynb Peretz Cohen 2021-05-28 13:08:45 -0700
  • bf57850ce6
    Update Prompt_Engineering_for_ImageNet.ipynb Peretz Cohen 2021-05-28 13:08:08 -0700
  • 6ffe0894ab
    Update Prompt_Engineering_for_ImageNet.ipynb Peretz Cohen 2021-05-28 13:04:35 -0700
  • 73771e0138
    Update model.py Haofan Wang 2021-04-22 12:38:04 +0800
  • cfcffb90e6 add YFCC100M subset information Jong Wook Kim 2021-04-11 02:29:52 -0700
  • 3bdc6a7ee4
    Merge 424e55c2ba into 8a665a683d DeePPenetration 2021-04-04 21:04:32 +0500
  • 424e55c2ba Revert "Load model from path (#41)" DeePPenetration 2021-04-04 20:56:08 +0500
  • fbf0019f73 Add end to end steering + clip pipeline with styleGAN2 Swami Sankar 2021-03-29 00:00:32 -0400
  • d94dd44778 button AK391 2021-03-24 01:23:25 -0400
  • 7b07509b38 add article AK391 2021-03-23 14:41:58 -0400
  • e01f052cfb images and desc AK391 2021-03-23 14:40:58 -0400
  • d622841543 change name to category AK391 2021-03-23 14:16:14 -0400
  • 388906f7c9 Crypto AK391 2021-03-23 13:55:18 -0400
  • 1e82e1ddd0 cpu AK391 2021-03-23 13:50:30 -0400
  • 3624afb606 add gradio AK391 2021-03-23 13:38:41 -0400
  • e8945f5adb label and user text AK391 2021-03-23 13:33:19 -0400
  • 8a665a683d fixed model loading issue (#66) Jong Wook Kim 2021-03-23 03:05:17 -0400
  • 6ca785bda0 gi AK391 2021-03-23 02:47:59 -0400
  • b0a985afae
    Merge pull request #1 from openai/main AK391 2021-03-23 00:48:35 -0400
  • 290ac5cb15
    Correctly initializing the logit scale parameter Jong Wook Kim 2021-03-22 22:09:57 -0400
  • 43c953e231
    Correctly initializing the logit scale parameter Jong Wook Kim 2021-03-22 18:07:08 -0400
  • beba48f353
    Update models URIs in notebook (#52) Smittyvb 2021-03-07 21:58:54 -0500
  • 0848ed71e5 extendable vocab Nick Doiron 2021-03-07 01:30:35 -0700
  • 605b3183dd Update models URIs in notebook Smitty 2021-03-04 18:32:51 -0500
  • fd6c1443c2 add RN101 and RN50x4; update paper URL and model card Jong Wook Kim 2021-03-04 12:30:39 -0500
  • d9f3c4bfe4
    Beautify the tags Erdogan Taskesen 2021-02-16 14:00:58 +0100
  • 4c0275784d
    Load model from path (#41) Sebastian Berns 2021-02-16 11:19:42 +0000
  • 68d9e1514f clip.load() now can take a file path Jong Wook Kim 2021-02-16 06:10:21 -0500
  • 1c6815ae74 showing download progress in "MiB" Jong Wook Kim 2021-02-15 22:00:33 -0500
  • 8f6deb52a1 showing download progress in "MiB" Jong Wook Kim 2021-02-15 22:00:33 -0500
  • 6dab2f989b Load model from path Sebastian Berns 2021-02-11 21:17:11 +0000
  • e5347713f4 add prompt engineering notebook Jong Wook Kim 2021-01-30 16:49:32 +0900
  • d1cf43d17e using compatible version specifier in requirements.txt Jong Wook Kim 2021-01-30 06:33:56 +0900
  • c42a8e3c9e added parameter initialization (fixes #15) Jong Wook Kim 2021-01-30 03:26:10 +0900
  • 4a443c18a4 updated README.md to include pip install command Jong Wook Kim 2021-01-30 03:09:59 +0900
  • 3bee28119e
    Make the repo installable as a package (#26) boba_and_beer 2021-01-30 05:05:01 +1100
  • 2e569c524d restored MANIFEST.in Jong Wook Kim 2021-01-30 03:02:19 +0900
  • 72af33ae08 trying without explicit package_data Jong Wook Kim 2021-01-30 03:00:32 +0900