Anshuman Sinha

Results 3 comments of Anshuman Sinha

I am getting this error as well! My backend is : `Using backend: tensorflow.compat.v1'` **code:** ``` # Restore the best test loss model model.restore( save_dir +save_str+"/model.ckpt-" + str(np.argmin(model.losshistory.loss_test)*100), verbose=0) ```...

> What is your backend? I am using, `Using backend: tensorflow.compat.v1' and getting similar error : [link](https://github.com/lululxvi/deeponet/issues/15#issuecomment-1251218115)

No, I have not yet solved this issue.