keras-text-summarization icon indicating copy to clipboard operation
keras-text-summarization copied to clipboard

error at rnn->RecursiveRNN3

Open vvssttkk opened this issue 6 years ago • 0 comments

@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?

vvssttkk avatar Apr 22 '19 10:04 vvssttkk