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

Removed trained flag in this case as it was misleading

parent 231c8d32
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class MPI_Trainer: public Trainer {
if (rank==0) {
t_type w(dm.T.ptr(), PHI_cols);
model->set_weights(w);
model->trained=true;
// model->trained=true; // still can't train with this model
}
delete[] work2;
MPI_Type_free(&rowvec);
......
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