text_summurization_abstractive_methods icon indicating copy to clipboard operation
text_summurization_abstractive_methods copied to clipboard

IsADirectoryError: [Errno 21] Is a directory

Open VinayNitmz opened this issue 5 years ago • 2 comments

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'

VinayNitmz avatar Feb 27 '20 07:02 VinayNitmz

can i ask you which model you re working on ?

theamrzaki avatar Apr 17 '20 12:04 theamrzaki

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

ghost avatar May 10 '20 06:05 ghost