We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa8b62 commit 334704fCopy full SHA for 334704f
burn-algorithms/imdb/Cargo.toml
@@ -28,7 +28,9 @@ required-features = ["cocos"]
28
[dependencies]
29
burn = { version = "0.18.0", features = [
30
"dataset",
31
+ "ndarray",
32
"train",
33
+ "wgpu",
34
] }
35
csv = "1.3.0"
36
derive-new = "0.7.0"
burn-algorithms/imdb/src/main.rs
@@ -1,3 +1,5 @@
1
+#![recursion_limit = "256"]
2
+
3
use burn::{
4
nn::transformer::TransformerEncoderConfig,
5
optim::{decay::WeightDecayConfig, AdamConfig},
0 commit comments