Skip to content

how to save the resultI #2

@FelixFinnDu

Description

@FelixFinnDu

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions