Module 2 Issues for import tensor #1147
Replies: 3 comments 8 replies
-
|
Hi @lalalostcode! Thanks for reporting this. The To export your work after finishing a module, run: tito module complete 01This command does everything in one step:
Note: The Python API ( Let us know if you run into any other issues! |
Beta Was this translation helpful? Give feedback.
-
|
Awesome, thanks! I think I found a bug that lets us skip past an issue. I am implementing it now. 🙏 @all-contributors please add @lalalostcode for 🪲 Bug in Tinytorch |
Beta Was this translation helpful? Give feedback.
-
|
Hi @lalalostcode! Thanks for following up with the screenshots — they were really helpful. What's happeningThe error Immediate fix (try this now)Run these commands in your terminal (inside the pip install ipykernel nbdev
python -m ipykernel install --user --name tinytorch --display-name "TinyTorch (Python 3)"Then restart JupyterLab and select the "TinyTorch (Python 3)" kernel in the top-right of your notebook (click the kernel name → Change Kernel → TinyTorch). DiagnosisYou can verify everything is set up correctly by running: tito system healthThis will show you if the TinyTorch package is importable and if the Jupyter kernel is registered. What is fixedI've just pushed a fix so this won't happen to future students:
After you run the immediate fix above, please update tito and let me know if it works: tito system update
tito module complete 01
tito module start 02I will do another release in an hour with some more updated debugging. I know this can be frustrating... so thanks for your patience and for reporting this — you are helping us make TinyTorch better for everyone! 🙏 @all-contributors please add @lalalostcode for Windows 🪲 Bug in TinyTorch |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I have try to tito export after finishing the module 01 but
$ tito export
usage: tito [-h] [--version] [--verbose] [--no-color] COMMAND ...
tito: error: argument COMMAND: invalid choice: 'export' (choose from setup, system, module, dev, package, nbgrader, milestone, community, benchmark, olympics)
((.venv) )
also on the notebook
import tito
tito.export()
tito.notebook_export()
That's all doesnt work
Beta Was this translation helpful? Give feedback.
All reactions