tracel-ai / burn

Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.
https://burn.dev
Apache License 2.0
8.48k stars 419 forks source link

Burn module path in example notebook should be modified #2187

Closed tiruka closed 4 weeks ago

tiruka commented 1 month ago

Describe the bug Path Error in the both notebooks. https://github.com/tracel-ai/burn/blob/main/examples/notebook/basic-tensor-op.ipynb https://github.com/tracel-ai/burn/blob/main/examples/notebook/plots.ipynb

To Reproduce

  1. Install jupyter (e.g. on Mac, brew install jupyter)
  2. Install necessary cargo packages as https://github.com/tracel-ai/burn/tree/main/examples/notebook#getting-started-with-rust-and-evcxr.
  3. Open jupyter notebook in browser.
  4. Run the first cell
  5. Got Error No such file or directory (os error 2): "../../burn"
image

Expected behavior

Successfully load modules.

Desktop (please complete the following information):

Additional context

I believe these are leftovers from Issue #1263 and Pull Request #1336

tiruka commented 4 weeks ago

Merged, so close.