Skip to content

Commit

Permalink
#60 #20 removing ftz from mnist classifer
Browse files Browse the repository at this point in the history
For simplicity of example
  • Loading branch information
coreylowman committed Jun 28, 2022
1 parent 1c35ec7 commit f32ec11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mnist_classifier.rs
Expand Up @@ -49,8 +49,6 @@ type Mlp = (
const BATCH_SIZE: usize = 32;

fn main() {
dfdx::flush_denormals_to_zero();

let mnist_path = std::env::args()
.nth(1)
.unwrap_or_else(|| "./datasets/MNIST/raw".to_string());
Expand Down

0 comments on commit f32ec11

Please sign in to comment.