Skip to content

Speeding up the data processing file (about 300 times faster) and hyper parameter adjustments - #2

Open
seungwooham wants to merge 2 commits into
I24-MOTION:mainfrom
seungwooham:main
Open

Speeding up the data processing file (about 300 times faster) and hyper parameter adjustments#2
seungwooham wants to merge 2 commits into
I24-MOTION:mainfrom
seungwooham:main

Conversation

@seungwooham

Copy link
Copy Markdown

First of all, thanks for providing us the baseline code.

This pull request contains an enhancement in data processing ipynb file. The code before took long time to search for a specific value and process it row-by-rows. Here, the adjustment was made based on the assumption the pre-processed file has 2d array with x-position and time stamp, starting from 0. (which is intuitive.)

Based on this, the time consumption for data processing has now been reduced by 1/300.

It also has some adjustments to the hyperparameters based on the comparison with the original paper.

@barbourww

barbourww commented May 9, 2024

Copy link
Copy Markdown
Contributor

@seungwooham Thank you for the submission! We will start reviewing this immediately. The end result might be that we support two input versions if needed in order to allow backwards compatibility for a while.

@junyi9

junyi9 commented Jun 21, 2024

Copy link
Copy Markdown
Contributor

@seungwooham Thanks for the submission, we'll incorperate your code logic in our next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants