You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just diving into rust... The laste decades I was into Python; python3 is making me looking for something else.....
cargo run train datasets/training_set.csv test/cat.jpeg SavePath/ 1000
warning: crate RustDNN should have a snake case name
|
= help: convert the identifier to snake case: rust_dnn
= note: #[warn(non_snake_case)] on by default
warning: deep_neural_network (bin "RustDNN") generated 1 warning
Finished dev [unoptimized + debuginfo] target(s) in 0.11s
Running target/debug/RustDNN train datasets/training_set.csv test/cat.jpeg SavePath/ 1000
thread 'main' panicked at 'called Result::unwrap() on an Err value: ComputeError(Borrowed("invalid utf8 data in csv"))', src/utils.rs:59:33
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Just diving into rust... The laste decades I was into Python; python3 is making me looking for something else.....
cargo run train datasets/training_set.csv test/cat.jpeg SavePath/ 1000
warning: crate
RustDNN
should have a snake case name|
= help: convert the identifier to snake case:
rust_dnn
= note:
#[warn(non_snake_case)]
on by defaultwarning:
deep_neural_network
(bin "RustDNN") generated 1 warningFinished dev [unoptimized + debuginfo] target(s) in 0.11s
Running
target/debug/RustDNN train datasets/training_set.csv test/cat.jpeg SavePath/ 1000
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: ComputeError(Borrowed("invalid utf8 data in csv"))', src/utils.rs:59:33note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: