index
:
contrastive-learning.git
ddp
master
Unnamed repository; edit this file 'description' to name the repository.
Git Version Control
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-20
Refactor SimCLR base class
Jordan Gong
2022-08-20
Add label smoothing option
Jordan Gong
2022-08-20
Fix scheduler stepping bugs
Jordan Gong
2022-08-20
Merge remote-tracking branch 'origin/master'
Jordan Gong
2022-08-20
Add encoder option to SimCLR evaluation script
Jordan Gong
2022-08-20
Add encoder option to SimCLR evaluation script
Jordan Gong
2022-08-19
Add ViT with position shuffling/unshuffling and masking methods
Jordan Gong
2022-08-19
Add dependencies
Jordan Gong
2022-08-19
Add ViT with position shuffling/unshuffling methods
Jordan Gong
2022-08-18
Update SimCLR ViT config
Jordan Gong
2022-08-18
Add SimCLR ViT variant for CIFAR
Jordan Gong
2022-08-13
Add scipy dependency
Jordan Gong
2022-08-12
Make SimCLR evaluation less frequent
Jordan Gong
2022-08-12
Add SimCLR evaluation config
Jordan Gong
2022-08-12
Add SimCLR config
Jordan Gong
2022-08-10
Make epoch scheduler step after epoch instead of iter
Jordan Gong
2022-08-10
Fix epoch scheduler problem
Jordan Gong
2022-08-10
Update config files
Jordan Gong
2022-08-10
Add supervised ViT baseline
Jordan Gong
2022-08-10
Fix a typo and add scheduler choices
Jordan Gong
2022-08-10
Add default schedulers
Jordan Gong
2022-08-08
Optimize batching
Jordan Gong
2022-08-08
Make pretraining checkpoint argument required
Jordan Gong
2022-08-08
Fix PyYAML dependency
Jordan Gong
2022-08-08
Add conda environment config
Jordan Gong
2022-08-08
Remove IntelliJ config files
Jordan Gong
2022-08-08
Add evaluation script
Jordan Gong
2022-08-08
Clarify how the iters calculated
Jordan Gong
2022-08-08
Fix a typo
Jordan Gong
2022-08-07
Add a projector to SimCLR
Jordan Gong
2022-07-14
Fix a path problem
Jordan Gong
2022-07-14
Add SimCLR
Jordan Gong
2022-07-14
Add Siamese transform wrapper
Jordan Gong
2022-07-14
Implement InfoNCE loss
Jordan Gong
2022-07-14
Make class variables available for `_custom_init_fn`
Jordan Gong
2022-07-14
Code cleaning
Jordan Gong
2022-07-14
Replace word splitter with `-` (dash) in argparse
Jordan Gong
2022-07-14
Finish encapsulate PyTorch boilerplate
Jordan Gong
2022-07-14
Autogenerate default value in argparse
Jordan Gong
2022-07-14
Refactor baseline with trainer
Jordan Gong
2022-07-14
Fix a typo
Jordan Gong
2022-07-14
Correct last iter and restore iter
Jordan Gong
2022-07-14
Use `dataclasses.fields()` instead of undocumented `__dataclass_fields__`
Jordan Gong
2022-07-13
Implement abstract `Trainer` with static config checking
Jordan Gong
2022-07-13
Implement decoupled loggers move logging utils to `logging.py`
Jordan Gong
2022-03-18
Implement multi-crop dataset wrapper
Jordan Gong
2022-03-18
Add CIFAR-100
Jordan Gong
2022-03-18
Prevent append CSV header when file pre-exists
Jordan Gong
2022-03-18
Ignore IDE configs
Jordan Gong
2022-03-17
Add readme
Jordan Gong
[next]