Spaces:
Sleeping
Sleeping
Rui Wan commited on
Commit ·
df6267f
1
Parent(s): 08d8afc
epochs for design
Browse files- inverse_design_demo/app.py +2 -2
- model_checkpoint.pth +0 -3
inverse_design_demo/app.py
CHANGED
|
@@ -1272,8 +1272,8 @@ if st.session_state.input_curve_button_clicked == True:
|
|
| 1272 |
ply_number=nlayers,
|
| 1273 |
fiber_vf=vf,
|
| 1274 |
y_target=[angleA, angleB, angleC, max_stress],
|
| 1275 |
-
n_restarts=
|
| 1276 |
-
epochs=
|
| 1277 |
)
|
| 1278 |
st.session_state.forming_design_last_run_id = current_run_id
|
| 1279 |
best = st.session_state.forming_design_result
|
|
|
|
| 1272 |
ply_number=nlayers,
|
| 1273 |
fiber_vf=vf,
|
| 1274 |
y_target=[angleA, angleB, angleC, max_stress],
|
| 1275 |
+
n_restarts=10,
|
| 1276 |
+
epochs=500,
|
| 1277 |
)
|
| 1278 |
st.session_state.forming_design_last_run_id = current_run_id
|
| 1279 |
best = st.session_state.forming_design_result
|
model_checkpoint.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6170b3c02cd10a5db53184cfc0438ce279fe87ed4ffd4e7cf5a31a3945391326
|
| 3 |
-
size 57109
|
|
|
|
|
|
|
|
|
|
|
|