Closed Prasanna28Devadiga closed 3 years ago
@Prasanna28Devadiga you build something very specific to a use case. How is your code dynamic? You are not reading a yaml file, you are not using any parameters that a user could have configured... How is this helpful?
I was under the impression that the yaml file is yet to be configured, and we could then just change those two lines that are right now demonstrating a specific use case. So for the yaml file are we going with the syntax you mentioned earlier? If so i'll add it and create a new pr
Have created a customizable CNN class as was requested. It supports all the layers that are currently supported by the keras . The image dataset is loaded from a csv file containing the paths and labels in batches .The code has been tested on the MNIST dataset.