convolution-layer-visualization-VGG-16 icon indicating copy to clipboard operation
convolution-layer-visualization-VGG-16 copied to clipboard

Not able to load model

Open hemalgadhiya opened this issue 7 years ago • 3 comments

I am getting the following error when i try to load H5 file

OSError: Unable to open file (unable to open file: name = '('G:/8th sem/review_1/demo_1.h5', '')', errno = 22, error message = 'Invalid argument', flags = 0, o_flags = 0)

hemalgadhiya avatar Apr 17 '18 05:04 hemalgadhiya

I am getting the same error when loading my model.

s1011448 avatar May 17 '18 04:05 s1011448

I am getting the same error, have you find a solution?

Biinzy avatar Feb 27 '19 11:02 Biinzy

Change; self.fname = str(self.filePath) line no. 46 to self.fname = str(self.filePath[0])

Dhananjay1646 avatar Apr 26 '19 14:04 Dhananjay1646