Skip to content

Commit f219f68

Browse files
authored
Added name of model in the training config parameters
1 parent ec0629c commit f219f68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rom_application/RomManager_cantilever_NN/demo_rom_manager_nn.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ def GetRomManagerParameters():
130130
"validation_set": "rom_data/SnapshotsMatrices/fom_snapshots_val.npy",
131131
"phi_matrix": "rom_data/RightBasisMatrix.npy",
132132
"sigma_vector": "rom_data/SingularValuesVector.npy"
133-
}
133+
},
134+
"use_automatic_name": true,
135+
"custom_name": "test_neural_network"
134136
},
135137
"online":{
136138
"model_name": "NN_model_3.10_[2](200,200)_lrsgdr.0.001_batchsize4"

0 commit comments

Comments
 (0)