Skip to content
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

Speeding the AUG Method #365

Merged
merged 2 commits into from
Apr 28, 2023

Conversation

bruAristimunha
Copy link
Collaborator

Hi Hi @carraraig,

A pull request for your review! In my initial test, cut the processing time in half.

https://colab.research.google.com/drive/1p4DognH5KZjfkHHUNd-IDXAUBoZDfcTl?usp=sharing

@bruAristimunha bruAristimunha marked this pull request as ready for review April 28, 2023 13:46
X_p = np.append(
X_p, X[i][:, p * self.lag : -(self.order - p) * self.lag], axis=0
)
X_p = np.concatenate(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice idea!

@bruAristimunha bruAristimunha merged commit 3f72fa2 into NeuroTechX:develop Apr 28, 2023
@bruAristimunha bruAristimunha deleted the speeding_aug_method branch June 8, 2024 20:10
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.

2 participants