mirror of https://github.com/tracel-ai/burn.git
modified burn module paths in example notebooks (#2188)
This commit is contained in:
parent
58129d1c11
commit
77f8121d44
|
@ -22,8 +22,8 @@
|
||||||
"// The syntax is similar to the one used in the Cargo.toml file. Just prefix with :dep\n",
|
"// 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",
|
"// See: https://github.com/evcxr/evcxr/blob/main/COMMON.md\n",
|
||||||
"\n",
|
"\n",
|
||||||
":dep burn = {path = \"../../burn\"}\n",
|
":dep burn = {path = \"../../crates/burn\"}\n",
|
||||||
":dep burn-ndarray = {path = \"../../burn-ndarray\"}"
|
":dep burn-ndarray = {path = \"../../crates/burn-ndarray\"}"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
"// The syntax is similar to the one used in the Cargo.toml file. Just prefix with :dep\n",
|
"// 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",
|
"// See: https://github.com/evcxr/evcxr/blob/main/COMMON.md\n",
|
||||||
"\n",
|
"\n",
|
||||||
":dep burn = {path = \"../../burn\"}\n",
|
":dep burn = {path = \"../../crates/burn\"}\n",
|
||||||
":dep burn-ndarray = {path = \"../../burn-ndarray\"}\n",
|
":dep burn-ndarray = {path = \"../../crates/burn-ndarray\"}\n",
|
||||||
"\n",
|
"\n",
|
||||||
"// The following dependencies are used for plotting\n",
|
"// The following dependencies are used for plotting\n",
|
||||||
":dep image = \"0.23\"\n",
|
":dep image = \"0.23\"\n",
|
||||||
|
|
Loading…
Reference in New Issue