chen0040 / keras-text-summarization

Text summarization using seq2seq in Keras
MIT License
290 stars 128 forks source link

Path Error #19

Closed safakkbilici closed 3 years ago

safakkbilici commented 3 years ago

I changed my path as model_dir_path = base + '/models' where the base variable is related to my drive (i am using colab). But it still throws an error "[Errno 20] Not a directory: './models/seq2seq-config.npy'". What did I miss?

safakkbilici commented 3 years ago

I understood my mistake. Closed. :)