Skip to content
Snippets Groups Projects
Commit 50972578 authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Update

parent b40ead72
No related branches found
No related tags found
No related merge requests found
Pipeline #42844 passed
Pipeline: Tadah.MLIP

#42846

    ...@@ -53,4 +53,13 @@ class Trainer { ...@@ -53,4 +53,13 @@ class Trainer {
    model = CONFIG::factory<M_Tadah_Base,DM_Function_Base&,Config&> model = CONFIG::factory<M_Tadah_Base,DM_Function_Base&,Config&>
    (config.get<std::string>("MODEL",0),*fb,config); (config.get<std::string>("MODEL",0),*fb,config);
    } }
    void train(StructureDB &stdb) {
    nn.calc(stdb);
    model->train(stdb,dc);
    }
    Config get_param_file() {
    return model->get_param_file();
    }
    }; };
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment