Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
055c506
isort & black
samuelstevens Oct 19, 2022
477d019
Add software engineering tools
samuelstevens Oct 19, 2022
e0ddde8
Added hierarchical stuff
samuelstevens Oct 25, 2022
105e311
Add configs
samuelstevens Oct 25, 2022
018e6ec
Add inat dataset helpers
samuelstevens Oct 25, 2022
e21edeb
Add script to parse swin log files
samuelstevens Oct 25, 2022
7172479
Add hparams to tensorboard logging
samuelstevens Oct 25, 2022
8f6c3a0
add pyenv version file
samuelstevens Oct 25, 2022
61589b8
Update data normalization practices
Oct 27, 2022
1d0f3ed
Update hparams logging
Oct 27, 2022
35f1ce2
Spelling error
samuelstevens Oct 26, 2022
5aeec4f
README instructions
samuelstevens Oct 27, 2022
13fcf53
Add inat config
samuelstevens Oct 27, 2022
9880bb5
Fix bad logging
samuelstevens Oct 27, 2022
2a97f6b
Add hierarchical lr 2.5 config
Oct 29, 2022
d0e7415
Fix constants for inat 192/256
Oct 29, 2022
fdf6d33
rename experiment
samuelstevens Oct 29, 2022
424f78b
Move imagenet mean/std to constants.py
samuelstevens Oct 30, 2022
0d32694
Add wandb/remove tensorboard
samuelstevens Oct 30, 2022
fda7443
Fix lints
samuelstevens Oct 30, 2022
86e21c9
Make it possible to start from hierarchical checkpoints
samuelstevens Oct 30, 2022
11d11d9
Add hierarchical fine-tuning config
samuelstevens Oct 30, 2022
7c94a92
Adjust wandb panels
samuelstevens Oct 30, 2022
b0f6dd7
Include .python-version
samuelstevens Oct 30, 2022
7daba58
Improve wandb logging
samuelstevens Oct 30, 2022
1ccb788
Add AWS helpers
samuelstevens Oct 30, 2022
e865fc8
Update wandb logging
samuelstevens Oct 30, 2022
b6db1b2
Fix wandb auto-resuming
samuelstevens Oct 30, 2022
a356abf
Clean configs
samuelstevens Oct 30, 2022
181178b
Fix logging error
samuelstevens Oct 30, 2022
0c41890
Add default config
samuelstevens Oct 31, 2022
ee1eecc
Fix std/mean for the last time!
samuelstevens Oct 31, 2022
f6a748b
Default hierarchical multitask config
samuelstevens Oct 31, 2022
9e7b4c1
updated experiment name to funky-banana-192
samuelstevens Oct 31, 2022
9cdafe6
Update experiment name tracking
samuelstevens Oct 31, 2022
2fd00e4
Added additional fruity experiments
samuelstevens Oct 31, 2022
2787066
update experiment log
samuelstevens Nov 1, 2022
84fa2d9
add rough parsing script
samuelstevens Nov 1, 2022
e956b1f
Rename config options
samuelstevens Nov 2, 2022
615b9bd
Update fuzzy-fig-192
samuelstevens Nov 2, 2022
3c663b1
Improved options for evaluating pre-trained models/checkpoints
samuelstevens Nov 2, 2022
1f47f00
Rebasing
samuelstevens Nov 2, 2022
30d8082
Add groovy-grape-192
samuelstevens Nov 2, 2022
aa88dd9
Fix additional args bug
samuelstevens Nov 2, 2022
7c9c8ef
Add new 192 configs
samuelstevens Nov 2, 2022
0521123
Update experiment logbooks
samuelstevens Nov 2, 2022
19ff980
wip moving from AWS to Lab server
dipanjyoti Dec 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ target/
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
Expand Down Expand Up @@ -133,3 +130,13 @@ dmypy.json

# Pyre type checker
.pyre/

# Apex
apex/

# Logging
runs/
wandb/

# host-specific values
scripts/env.fish
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.7
356 changes: 80 additions & 276 deletions README.md

Large diffs are not rendered by default.

Loading