Skip to content

Commit

Permalink
less inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson committed Feb 12, 2024
1 parent 0548c15 commit 616f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async fn main() {
println!("Done Generating MNIST");

outputs = to_categorical(outputs_uncat);
for i in 0..30000{
for i in 0..600{
inputs.push(&inputs_undyn[i]);
true_outputs.push(outputs[i].clone());
}
Expand Down

0 comments on commit 616f720

Please sign in to comment.