Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorton committed Aug 10, 2022
1 parent 65caa87 commit edc8738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
#![feature(slice_flatten)]

mod affine1d;
mod apiexperiment;
//mod apiexperiment;
mod cnvrl;
mod cnvrl_generic;
mod conv2d_mnist_example;
mod eltwise;
mod fieldutils;
mod inputlayer;
//mod softmax;
//mod layertrait;
mod mlprescale;
mod moreparams;
Expand Down

0 comments on commit edc8738

Please sign in to comment.