-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Dear Dr.Lu:
I'm trying to use "dde.saveplot(losshistory, train_state, issave=True, isplot=True)" to save the result , however only loss.dat is saved, the others show
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.
I find one dimention is time created,
t = np.linspace(0, 1, 24).astype(np.float32)
xrt = np.array([[c] for c in t])
xrt = xrt.astype(np.float32)
Can I save the other dimention manually? What is the meaning of another dimention?
Thanks a lot