deep-learning-models
deep-learning-models copied to clipboard
modification for "_obtain_input_shape"
For the function "_obtain_input_shape", include_top=include_top does not work in new keras version and had to be changed to require_flatten= include_top.