modified burn module paths in example notebooks (#2188)

This commit is contained in:
tiruka 2024-08-22 22:34:36 +09:00 committed by GitHub
parent 58129d1c11
commit 77f8121d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@
"// The syntax is similar to the one used in the Cargo.toml file. Just prefix with :dep\n",
"// See: https://github.com/evcxr/evcxr/blob/main/COMMON.md\n",
"\n",
":dep burn = {path = \"../../burn\"}\n",
":dep burn-ndarray = {path = \"../../burn-ndarray\"}"
":dep burn = {path = \"../../crates/burn\"}\n",
":dep burn-ndarray = {path = \"../../crates/burn-ndarray\"}"
]
},
{

View File

@ -22,8 +22,8 @@
"// The syntax is similar to the one used in the Cargo.toml file. Just prefix with :dep\n",
"// See: https://github.com/evcxr/evcxr/blob/main/COMMON.md\n",
"\n",
":dep burn = {path = \"../../burn\"}\n",
":dep burn-ndarray = {path = \"../../burn-ndarray\"}\n",
":dep burn = {path = \"../../crates/burn\"}\n",
":dep burn-ndarray = {path = \"../../crates/burn-ndarray\"}\n",
"\n",
"// The following dependencies are used for plotting\n",
":dep image = \"0.23\"\n",