Aadesh Neupane

Results 13 comments of Aadesh Neupane

@herrkun . The only difference is the use of ReLU and tanh activation in the final layers. I tried finding the source code for the models I trained. As far...

For the examples in this repo, we are using dataset that has just 10 classes (MNIST has 0-9). The openmax will return labels from 0-10 where 0-9 coincides with the...

Thanks @sgnet91 and @Bestyasser . The code was written to generalize to many channels but for now it only works for grey images. I have updated the repo with example...