You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
When I changed sh = Shakkala(folder_location, version=3) to sh = Shakkala(folder_location, version=1), the following error occurred:
Traceback (most recent call last):
File "/home/alex/g2p/arc/Shakkala/shakkala/demo.py", line 24, in
model, graph = sh.get_model()
File "/home/alex/g2p/arc/Shakkala/shakkala/Shakkala.py", line 69, in get_model
model = load_model(self.model_location)
File "/home/alex/anaconda3/envs/arc/lib/python3.9/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler
raise e.with_traceback(filtered_tb) from None
File "/home/alex/anaconda3/envs/arc/lib/python3.9/site-packages/keras/saving/hdf5_format.py", line 581, in _convert_rnn_weights
raise ValueError('%s is not compatible with %s' % types)
ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True)
The text was updated successfully, but these errors were encountered:
Hi:
When I changed sh = Shakkala(folder_location, version=3) to sh = Shakkala(folder_location, version=1), the following error occurred:
Traceback (most recent call last):
File "/home/alex/g2p/arc/Shakkala/shakkala/demo.py", line 24, in
model, graph = sh.get_model()
File "/home/alex/g2p/arc/Shakkala/shakkala/Shakkala.py", line 69, in get_model
model = load_model(self.model_location)
File "/home/alex/anaconda3/envs/arc/lib/python3.9/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler
raise e.with_traceback(filtered_tb) from None
File "/home/alex/anaconda3/envs/arc/lib/python3.9/site-packages/keras/saving/hdf5_format.py", line 581, in _convert_rnn_weights
raise ValueError('%s is not compatible with %s' % types)
ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True)
The text was updated successfully, but these errors were encountered: