Show_and_Tell icon indicating copy to clipboard operation
Show_and_Tell copied to clipboard

error with shapes when loading model 39999.npy

Open gaelhugo opened this issue 5 years ago • 0 comments

Hello, I can successfully load the model 289999.npy, but when I tried with the model 39999.npy provided here, I've got a shape error:

ValueError: Dimension 0 in both shapes must be equal, but are 1536 and 1024. Shapes are [1536,2048] and [1024,2048]. for 'Assign_2' (op: 'Assign') with input shapes: [1536,2048], [1024,2048].

Is there a workaround to make that model work too ?

gaelhugo avatar Aug 23 '19 14:08 gaelhugo