pvop

Results 4 comments of pvop

AssertionError: fp32 param and grad have different shape I have solved this error. I use GLM-10B to train reward model. The outputs of 'mems' is used as last_hidden_states. But the...

I get the same error. Because the tensorflow.keras version is different, this code use keras.layers.merge, but there is not merge in new keras. So you should use keras.layers.Concatenate(), so the...