File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -267,11 +267,13 @@ Please check out [CONTRIBUTING.md](./CONTRIBUTING.md) for how to get involved.
267267- [ Lingjuan Lyu] ( https://sites.google.com/view/lingjuan-lyu ) (Sony)
268268- [ Jiancheng Lv] ( https://scholar.google.com/citations?user=0TCaWKwAAAAJ&hl=en ) (Sichuan University)
269269- [ Yaochu Jin] ( https://en.westlake.edu.cn/faculty/yaochu-jin.html ) (Westlake University)
270+ - [ Jindong Gu] ( https://jindonggu.github.io/ ) (Oxford University)
270271- [ Mike Shou] ( https://sites.google.com/view/showlab ) (National University of Singapore)
271272- [ Angela Yao] ( https://www.comp.nus.edu.sg/~ayao/ ) (National University of Singapore)
272273- [ Xavier Bresson] ( https://graphdeeplearning.github.io/authors/xavier-bresson/ ) (National University of Singapore)
273274- [ Tat-Seng Chua] ( https://www.chuatatseng.com/ ) (National University of Singapore)
274275- [ Xindi Wu] ( https://xindiwu.github.io/ ) (Princeton University)
276+ - [ Zhiwei Deng] ( https://lucas2012.github.io/ ) (Google DeepMind)
275277- [ Justin Cui] ( https://scholar.google.com/citations?user=zel3jUcAAAAJ&hl=en ) (UC Los Angeles)
276278- [ George Cazenavette] ( https://georgecazenavette.github.io/ ) (Massachusetts Institute of Technology)
277279- [ Yan Yan] ( https://tomyan555.github.io/ ) (University of Illinois at Chicago)
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ dependencies = [
1919 " tqdm" ,
2020 " scipy" ,
2121 " kornia" ,
22- " timm"
22+ " timm" ,
23+ " pandas"
2324]
Original file line number Diff line number Diff line change 2525 'torchvision' ,
2626 'tqdm' ,
2727 'scipy' ,
28+ 'pandas' ,
2829 'kornia' ,
2930 'timm'
3031 ],
You can’t perform that action at this time.
0 commit comments