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

Faster ML benchmarks #100

Merged
merged 3 commits into from
Dec 7, 2021
Merged

Faster ML benchmarks #100

merged 3 commits into from
Dec 7, 2021

Conversation

sjtrny
Copy link
Collaborator

@sjtrny sjtrny commented Dec 7, 2021

Summary

Attempting to replace the MLP and RNN benchmarks with faster alternatives.

Following substitutions have been made:

  • MLP -> Linear Regression
  • RNN (keras) -> RNN (pytorch)

Related Issues

Checklist

  • The change is tested and works locally.
  • All related issues are referenced.
  • Blog post included in PR if required e.g. new feature.

@sjtrny sjtrny marked this pull request as ready for review December 7, 2021 10:11
@sjtrny sjtrny merged commit ad5ebe7 into master Dec 7, 2021
@sjtrny sjtrny mentioned this pull request Dec 7, 2021
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.

1 participant