convolution-layer-visualization-VGG-16
convolution-layer-visualization-VGG-16 copied to clipboard
Not able to load model
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)
I am getting the same error when loading my model.
I am getting the same error, have you find a solution?
Change;
self.fname = str(self.filePath) line no. 46 to
self.fname = str(self.filePath[0])