This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
History
leondgarse
51eaf9360d
Remove a duplicate layer creation in byobnet.py
...
`self.conv2_kxk` is repeated in `byobnet.py`. Remove the duplicate code.
2021-09-30 18:30:48 +08:00
..
data
Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss
2021-09-01 17:46:40 -07:00
loss
Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss
2021-09-01 17:46:40 -07:00
models
Remove a duplicate layer creation in byobnet.py
2021-09-30 18:30:48 +08:00
optim
Add lamb/lars to optim init imports, remove stray comment
2021-08-18 22:55:02 -07:00
scheduler
LR scheduler update:
2021-09-01 17:33:11 -07:00
utils
Tweak accuracy topk safety.
Fix
#807
2021-08-19 14:18:53 -07:00
__init__.py
…
version.py
…