ostris commited on
Commit
bb967dd
1 Parent(s): 932972f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,4 +9,4 @@ Modified version of the vision encoder of [CLIP-ViT-H-14-laion2B-s32B-b79K](http
9
  vs the original 224 x 224 inputs. It will probbaly not work for classification (as is), but will DIP work for for IP+ adapters that use CLIP-ViT-H, though they will need to be
10
  fine tuned a little more.
11
 
12
- Hidden layer outputs go from `(257, 1280)` to `(1025, 1280), which can be digested by the Resampler without modification or weight resizing.
 
9
  vs the original 224 x 224 inputs. It will probbaly not work for classification (as is), but will DIP work for for IP+ adapters that use CLIP-ViT-H, though they will need to be
10
  fine tuned a little more.
11
 
12
+ Hidden layer outputs go from `(257, 1280)` to `(1025, 1280)`, which can be digested by the Resampler without modification or weight resizing.