theamrzaki / text_summurization_abstractive_methods

Multiple implementations for abstractive text summurization , using google colab
https://medium.com/@theamrzaki
526 stars 219 forks source link

IsADirectoryError: [Errno 21] Is a directory #15

Open VinayNitmz opened 4 years ago

VinayNitmz commented 4 years ago

IsADirectoryError Traceback (most recent call last)

in 56 else: 57 #if args.with_model: ---> 58 old_model_checkpoint_path = open(default_path + 'saved_model/checkpoint', 'r') 59 old_model_checkpoint_path = "".join([default_path + "saved_model/",old_model_checkpoint_path.read().splitlines()[0].split('"')[1] ]) 60 IsADirectoryError: [Errno 21] Is a directory: '/home/vinay/Desktop/Multimodal/Dataset/mms_data/en/test/topic1/documents/saved_model/checkpoint'
theamrzaki commented 4 years ago

can i ask you which model you re working on ?

ghost commented 4 years ago

Hello, I have the same error (vinay1510) and I'm working on model 2. So what do I do?