Replies: 4 comments 24 replies
-
Hi @nidhaloff, For using CNN we might need the information of whether to use a pre-trained model or not and number of layers required. Will this be provided by the user? |
Beta Was this translation helpful? Give feedback.
-
@GouravWadhwa this sounds great. |
Beta Was this translation helpful? Give feedback.
-
Hi @nidhaloff, in my experience pre-trained models are much more powerful than the models trained from scratch because of which they are used in general. Further, I also support the idea of adding customisable models in this library because of which I think we can give the option of using pre-trained model in yaml file. I the user does not wants to use a pre-trained model then they have to specify the model parameters. |
Beta Was this translation helpful? Give feedback.
-
Hey @nidhaloff, as @Prasanna28Devadiga is working on User-defined models using Tensorflow/Keras. |
Beta Was this translation helpful? Give feedback.
-
@Prasanna28Devadiga Let's discuss how we will add CNN support. Anyone is free to join and share ideas.
I want to keep it very simple. My suggestion would be just to write CNN in the algorithm field in order to use a CNN model. Here is an example to illustrate what I mean:
Example of yaml configuration for CNN:
Beta Was this translation helpful? Give feedback.
All reactions