You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Frequently Asked Questions
Installation
Q: How do I install MIND?
MIND is currently in early development. To build from source:
git clone https://github.com/cputer/mind.git cd mind cargo build --releaseRequirements:
First Steps
Q: Where do I start learning MIND?
/examplesTensor Basics
Q: How do tensor types work?
MIND has tensor shapes in the type system:
Shape mismatches are caught at compile time.
Have a question? Reply below and we'll add it to the FAQ.
Beta Was this translation helpful? Give feedback.
All reactions