-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge #858
Commits on Aug 5, 2024
-
Update and rename csv.py to csv_.py
- used hashing of filenames instead of shortening - csv_ instead of csv to avoid potential issues with importing pandas (pandas can get confused as it has its own internal csv.py) - a bit of debugging of some issues
Configuration menu - View commit details
-
Copy full SHA for abe647f - Browse repository at this point
Copy the full SHA abe647fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f91502 - Browse repository at this point
Copy the full SHA 6f91502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b6554 - Browse repository at this point
Copy the full SHA 52b6554View commit details -
Configuration menu - View commit details
-
Copy full SHA for c693c7d - Browse repository at this point
Copy the full SHA c693c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0739c - Browse repository at this point
Copy the full SHA ff0739cView commit details
Commits on Aug 19, 2024
-
Update helpers/data_backend/csv_.py
Co-authored-by: Bagheera <59658056+bghira@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 614764d - Browse repository at this point
Copy the full SHA 614764dView commit details
Commits on Aug 23, 2024
-
backwards-compat breaking: set cache_file_suffix by default to the id…
… of the dataset to avoid conflicts more easily. to fix the breakage, manually set cache_file_suffix to null or just let it rebuild the buckets. sorry
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 9b833d2 - Browse repository at this point
Copy the full SHA 9b833d2View commit details -
parquet: set width and height column value by default to width and he…
…ight
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for c464201 - Browse repository at this point
Copy the full SHA c464201View commit details -
global shame: hide the existence of gradient accumulation steps
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 8bb8481 - Browse repository at this point
Copy the full SHA 8bb8481View commit details -
Merge branch 'release' of ssh://github.com/bghira/SimpleTuner
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 71b33ac - Browse repository at this point
Copy the full SHA 71b33acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b549f84 - Browse repository at this point
Copy the full SHA b549f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48426a4 - Browse repository at this point
Copy the full SHA 48426a4View commit details -
Merge branch 'patch-1' of https://github.com/williamzhuk/simpletuner …
…into fix/csv
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for eb92763 - Browse repository at this point
Copy the full SHA eb92763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5df13 - Browse repository at this point
Copy the full SHA 5e5df13View commit details -
trainer: do not override NUM_EPOCHS and MAX_NUM_STEPS in config.env.e…
…xample
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 177190d - Browse repository at this point
Copy the full SHA 177190dView commit details -
new optimiser, adamw_schedulefree
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 7c1f047 - Browse repository at this point
Copy the full SHA 7c1f047View commit details -
bghira committed
Aug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 0cc0440 - Browse repository at this point
Copy the full SHA 0cc0440View commit details -
fix train.sh check for step/epoch being zero
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d29c480 - Browse repository at this point
Copy the full SHA d29c480View commit details -
schedulefree: retrieve last_lr
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for e9758a1 - Browse repository at this point
Copy the full SHA e9758a1View commit details -
schedulefree: retrieve LR using statetracker
bghira committedAug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 4603949 - Browse repository at this point
Copy the full SHA 4603949View commit details -
bghira committed
Aug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c4736b - Browse repository at this point
Copy the full SHA 9c4736bView commit details -
Merge pull request #857 from bghira/feature/optim-schedulefree
add schedulefree optim w/ kahan summation
Configuration menu - View commit details
-
Copy full SHA for fd78777 - Browse repository at this point
Copy the full SHA fd78777View commit details