Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Am I doing something wrong? #1

Open
DolleDries opened this issue May 26, 2023 · 0 comments
Open

Am I doing something wrong? #1

DolleDries opened this issue May 26, 2023 · 0 comments

Comments

@DolleDries
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant