Initial commit
This commit is contained in:
commit
fa8eae3146
17 changed files with 141328 additions and 0 deletions
23
tmp_repl.txt
Normal file
23
tmp_repl.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
cargo init --edition 2018
|
||||
|
||||
cargo add rand
|
||||
|
||||
cargo add rand_distr
|
||||
|
||||
cargo run --release
|
||||
|
||||
module add rust
|
||||
|
||||
cargo build
|
||||
|
||||
|
||||
cargo fmt
|
||||
|
||||
# linter
|
||||
cargo clippy -- -D warnings
|
||||
|
||||
|
||||
python3 evaluator/evaluate.py test_predictions.csv data/fashion_mnist_test_labels.csv
|
||||
|
||||
python3 evaluator/evaluate.py train_predictions.csv data/fashion_mnist_train_labels.csv
|
||||
Loading…
Add table
Add a link
Reference in a new issue