BIBIN KUNJUMON
BIBIN KUNJUMON
> You can use `emoji.emoji_list(str)` to get a list of all emoji in a string: > > ```python > emoji.emoji_list("Hi, I am fine. 😁💀") > [{'match_start': 15, 'match_end': 16, 'emoji':...
Go inside the installed library and change that line there. from keras_vggface.vggface import VGGFace To from keras.utils import get_source_inputs ANy similar issues can be fixed like this.Even in colab
from keras.engine.topology import get_source_inputs from keras.utils.data_utils import get_file # from keras.utils import layer_utils to from keras.utils import get_source_inputs from tensorflow.python.keras.utils.data_utils import get_file from tensorflow.python.keras.utils import layer_utils
Mi > I added `use_multiprocessing=True` in fit_generator and It started working. My code is running....waiting for result