AMzhanghan
AMzhanghan
Same error. Have you solved it?
> I imported deform_conv_cuda successfully, but there still "segmentation fault" error. Same error. Have you solved it?
use_horovod: false ; I was not used the horovod
> Please make sure you are not using horovod if you haven’t setup it correctly I setup use_horovod: false, but get the same problem!!!
> Have you solved this problem? I have the same problem Have you solved it ?
> Could you tell me your Tf version? 1.15.0
How many epochs have you trained ?
I trained 10 epochs, and the results vis is very bad
> Your modification `self.wct.compile(optimizer=Adam(self.lr), loss=[self.gram_loss])` is missing `mean_squared_error` loss function in your code I not find the 'mean_squared_error'
> > Your modification `self.wct.compile(optimizer=Adam(self.lr), loss=[self.gram_loss])` is missing `mean_squared_error` loss function > > in your code I not find the 'mean_squared_error' I fixed the bug; update tf 2.2 and I...