Open mark233456 opened 2 years ago
Remake it with Google Collab I guess?
Were you able to resolve this?
Im getting this:
ValueError: Cannot assign value to variable ' dense_1/kernel:0': Shape mismatch.The variable shape (256, 334), and the assigned value shape (256, 279) are incompatible.
Fix is:
model.load_weights('lofi-hip-hop-weights-improvement-100-0.6290.hdf5')
(line 109)
Hello,first of all I am a complete noob when it comes to python and neural networks. I am trying to use this project,but I don't know how to change the weights. I get this error: "Cannot assign value to variable ' dense_17/kernel:0': Shape mismatch.The variable shape (256, 254), and the assigned value shape (256, 285) are incompatible." . If you could help me,I would appreciate it a lot !