Personal Implementation of ISGAN paper - Morgan LEFRANC for Ridge-I
6
stars
6
forks
source link
"UserWarning: Discrepancy between trainable weights and collected trainable weights, did you set `model.trainable` without calling `model.compile` after ?" #4
I get this error when the training problem starts.
"UserWarning: Discrepancy between trainable weights and collected trainable weights, did you setmodel.trainable without calling model.compile after?"
When you start giving the values in D and in G the value takes the value D = 8.05904769897461 and it no longer changes in all epochs
Could someone help me and explain to be able to solve this problem? please.
I get this error when the training problem starts. "UserWarning: Discrepancy between trainable weights and collected trainable weights, did you set
model.trainable
without callingmodel.compile
after?" When you start giving the values in D and in G the value takes the value D = 8.05904769897461 and it no longer changes in all epochs Could someone help me and explain to be able to solve this problem? please.