Marco Castelluccio
Marco Castelluccio
Probably not so valuable to add Edge after all: https://blog.mozilla.org/blog/2018/12/06/goodbye-edge/ :cry: But maybe we can use it anyway so we have more diverse screenshots and we're more likely to have...
> @marco-c I think it'll be a good idea if we kept a list of the current architectures in a todo list format here. And whenever a new architecture was...
> It looks like network.py contains implementations for 'inception', 'vgglike', 'vgg16', 'vgg19', 'simnet', and 'simnetlike' architectures. Are there other architectures that still need to be implemented? As @Shashi456 said, ResNet....
> So should we consider Confusion Matrix for class imbalance? Or should we make the training dataset itself balanced (something similar to pretrain.py)? I think we should consider confusion matrix....
> We can simply name the model same as the name of the train_info file if that feels good? Sounds good to me!
> Also I wanted to know that is there any particular reason we have implemented VGG16 and others as functions and not used the predefined ones available in Keras? If...
> @sagarvijaygupta @marco-c I think we definitely need to handle class imbalance before taking these accuracy values . Because with a class I'm balance too high we would reach a...
> @marco-c Should I create separate PR for each model which is available in https://keras.io/applications/? Yes, but this is not a high priority. It doesn't matter for now if we...
@sagarvijaygupta is this for `Y vs D + N` or `Y + D vs N`?
I think I'll just remove the comments at some point, and put the summary of the results in the first comment.