mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
Fix bug in logistic regression benchmark.
This commit is contained in:
@@ -9,6 +9,7 @@ cfix.set_precision(16, 31)
|
||||
|
||||
dim = int(program.args[1])
|
||||
batch = int(program.args[2])
|
||||
ml.Layer.back_batch_size = batch
|
||||
|
||||
try:
|
||||
n_iterations = int(program.args[3])
|
||||
|
||||
Reference in New Issue
Block a user