Skip to content

Question about parsing #175

Answered by janosh
mugeunson asked this question in Q&A
Jul 3, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

the model trains fine for me on LORBIT_FALSE if i drop the m from targets="efsm":

trainer = Trainer(
    model=chgnet,
-   targets="efsm",
+   targets="efs",
    optimizer="Adam",
    scheduler="CosLR",
    criterion="MSE",
    epochs=50,
    learning_rate=1e-3,
    use_device="cpu",
    print_freq=6,
)
trainer.train(train_loader, val_loader, test_loader)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mugeunson
Comment options

@janosh
Comment options

@mugeunson
Comment options

@janosh
Comment options

Answer selected by janosh
@mugeunson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants