generated from bit-bots/bitbots_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Add distillation script for faster inference #54
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f58f5a8
First version of small model
Flova aeb6cd5
Add patching
Flova e8db54f
Add basic destillation training script
Flova cb936c2
Fix warning
Flova a116338
Fix destillation
Flova 2226934
Add destilled model to plot
Flova b6955f5
Merge branch 'main' into feature/destillation
Flova d0b7b63
Rename file
Flova 9fc7f78
Fix joint names
Flova 191cf78
use destilled hyperparam
Flova 34bcf83
Migrate distillation to new hyperparameter standard
Flova f4e74b0
Current WIP
Flova 8dd6023
Make it possible to only load some of the features from the dataset
Flova 5b0b7f4
Add decoder only training
Flova 577a105
Format
Flova 56b3b58
Shorter pretraining
Flova b6d626d
Merge branch 'main' into feature/small_model
Flova 19dd73b
Reverse to transformer decoder
Flova 8f53490
Merge branch 'feature/small_model' into feature/destillation
Flova f5b51b5
Fix other scripts
Flova 420158a
Remove profiling
Flova 12f95c0
Be able to load pretrained decoders
Flova d29db0e
Apply formatting
Flova 213d285
Optmize data transfer
Flova c0e7755
Remove pinned memory
Flova 73c9b6c
Add wandb
Flova 92f0693
Fix wand and add larger model
Flova ca4312b
Add wandb logs to gitignore
Flova 048cdca
Fix model loading in distillation
Flova af70a87
Avoid printing out all the params
Flova e2b2299
Add wandb to distill
Flova 8c7965d
Sort keys
Flova 9fb40c6
Change ros runtime
Flova ada1b33
Fix five dim input
Flova 3454ee1
Add different resolutions, fix five dim imu, add current training con…
Flova 9b0f14e
Fix image padding
Flova 5d27aa9
Add support for other imu input
Flova 69f21fa
Cleanup
Flova da0c1ac
Normalize image during data loading
Flova 114f1eb
Sample image at correct rate
Flova f114ea7
Fix preprocessing pipeline
Flova 633a3be
Fix image norm
Flova 3f8de56
Use internal joint command buffer
Flova 1e5f909
Merge branch 'main' into feature/destillation
Flova be4869e
Remove TODO
Flova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -209,5 +209,8 @@ ENV/ | |
| # Torch models | ||
| *.pth | ||
|
|
||
| # Wandb Logs | ||
| ddlitlab2024/ml/training/wandb/ | ||
|
|
||
| # Input data | ||
| input/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.