We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0629c commit f219f68Copy full SHA for f219f68
1 file changed
rom_application/RomManager_cantilever_NN/demo_rom_manager_nn.py
@@ -130,7 +130,9 @@ def GetRomManagerParameters():
130
"validation_set": "rom_data/SnapshotsMatrices/fom_snapshots_val.npy",
131
"phi_matrix": "rom_data/RightBasisMatrix.npy",
132
"sigma_vector": "rom_data/SingularValuesVector.npy"
133
- }
+ },
134
+ "use_automatic_name": true,
135
+ "custom_name": "test_neural_network"
136
},
137
"online":{
138
"model_name": "NN_model_3.10_[2](200,200)_lrsgdr.0.001_batchsize4"
0 commit comments