keras-text-summarization
keras-text-summarization copied to clipboard
error at rnn->RecursiveRNN3
@chen0040 at class RecursiveRNN3 u wrote that
config_file_path = RecursiveRNN2.get_config_file_path(model_dir_path)
weight_file_path = RecursiveRNN2.get_weight_file_path(model_dir_path)
...
architecture_file_path = RecursiveRNN2.get_architecture_file_path(model_dir_path)
open(architecture_file_path, 'w').write(self.model.to_json())
it's normal?