Skip to content

Commit 334704f

Browse files
committed
refactor: update Cargo.toml dependencies and add recursion limit in main.rs
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
1 parent 6fa8b62 commit 334704f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

burn-algorithms/imdb/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ required-features = ["cocos"]
2828
[dependencies]
2929
burn = { version = "0.18.0", features = [
3030
"dataset",
31+
"ndarray",
3132
"train",
33+
"wgpu",
3234
] }
3335
csv = "1.3.0"
3436
derive-new = "0.7.0"

burn-algorithms/imdb/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![recursion_limit = "256"]
2+
13
use burn::{
24
nn::transformer::TransformerEncoderConfig,
35
optim::{decay::WeightDecayConfig, AdamConfig},

0 commit comments

Comments
 (0)