EricBoi commited on
Commit
a06b2d0
·
1 Parent(s): e9ae383
Files changed (1) hide show
  1. app.py +1 -1
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"]