deeponet
deeponet copied to clipboard
AttributeError: 'Triple' object has no attribute 'transform_inputs'
model.restore("model/model.ckpt-" + str(train_state.best_step) + ".ckpt", verbose=1) #model.restore("model/model.ckpt-" + str(train_state.best_step), verbose=1) safe_test(model, data, X_test, y_test)
Saving loss history to D:\LULU\deeponet-master1\deeponet-master\src\loss.dat ... Error: The network has multiple inputs, and saving such result han't been implemented. Error: The network has multiple inputs, and plotting such result han't been implemented. Restoring model from model/model.ckpt-5000.ckpt ...
Traceback (most recent call last):
File "D:/LULU/deeponet-master1/deeponet-master/src/deeponet_pde.py", line 285, in
进程已结束,退出代码1
https://github.com/lululxvi/deeponet#installation-guide
https://github.com/lululxvi/deeponet#installation-guide
Hi, I have the same issue and my code is already modified for the new version. What can I use instead of 'transform_inputs'?