Hello, I saved my model
model.save(‘MCT_IP_GRU.h5’)
The file MCT_IP_GRU.h5 is in my directory, but when I try
model = load_model(‘MCT_IP_GRU.h5’)
or
model = load_model(‘D:\FTGM\TF\DB_FTGM\MCT_IP_GRU.h5’)
I got the following error:
OSError: No file or directory found at D:\FTGM\TF\DB_FTGM\MCT_IP_GRU.h5
Can you help me please?