Open duanzhiihao opened 6 years ago
Thanks for commenting.
Actually I don't know which is better, the performance of different network may depend on the dataset. You can try them all, here is the codes https://github.com/titu1994/Inception-v4
Sure, I will try them to figure out which is better. Thanks for the advice.
Hello, I get out of memory error when running UNET model? MemoryError: Unable to allocate 6.75 MiB for an array with shape (3, 768, 768) and data type float32
input_shape
parameter in the Keras doc of Conv2d. Andstrides = (1,1)
is the default value. Maybe you don't need to add these two lines in every conv2d layer.