issues
search
aditya-grover
/
climate-learn
Source code for ClimateLearn
MIT License
310
stars
50
forks
source link
Fix ViT
#104
Closed
jasonjewik
closed
1 year ago
jasonjewik
commented
1 year ago
Fixed timm version to 0.9.2
Removed unused
linear.py
Removed unused
patchify()
method of
VisionTransformer
Cleaned up
unpatchify()
method
Added projection head at the end of
VisionTransformer
for arbitrary translation from
n
embed dims to
m
output channels
linear.py
patchify()
method ofVisionTransformer
unpatchify()
methodVisionTransformer
for arbitrary translation fromn
embed dims tom
output channels