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

Fix cargo run --example mnist #90

Merged
merged 2 commits into from
Nov 10, 2022
Merged

Conversation

n8henrie
Copy link
Contributor

@n8henrie n8henrie commented Nov 9, 2022

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Fixes #89

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Only changes the example

Copy link
Member

@nathanielsimard nathanielsimard left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, I didn't know how to do this with workspace. It's nice because I can also create multiple examples with different backend (ndarray, cuda cpu, cuda gpu, etc.)

@nathanielsimard nathanielsimard merged commit 947ed00 into tracel-ai:main Nov 10, 2022
@n8henrie
Copy link
Contributor Author

I was surprised I figured it out myself. Cool project, thanks for sharing it!

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.

cargo run --example mnist doesn't work
2 participants