app.py
CHANGED
@@ -129,7 +129,7 @@ errors_train = []
|
|
129 |
batch = psi4_test_batches[batchID]
|
130 |
|
131 |
#mono, dipo = apply_model(DCM1, test_weights, batch, batch_size)
|
132 |
-
dcm1results = plot_model(DCM1, test_weights, batch, batch_size, 1)
|
133 |
|
134 |
dipo = dcm1results["dipo"]
|
135 |
mono = dcm1results["mono"]
|
|
|
129 |
batch = psi4_test_batches[batchID]
|
130 |
|
131 |
#mono, dipo = apply_model(DCM1, test_weights, batch, batch_size)
|
132 |
+
dcm1results = plot_model(DCM1, test_weights, batch, batch_size, 1, plot=False)
|
133 |
|
134 |
dipo = dcm1results["dipo"]
|
135 |
mono = dcm1results["mono"]
|