Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit e961f6b

Browse files
fabergaboland25
andauthored
Printout inference steps|total steps (#10)
Co-authored-by: Greg Boland <[email protected]>
1 parent d5bc881 commit e961f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/credit_card_fraud/credit_card_fraud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ int main(int argc,char** argv){
334334
nn=numBatches;
335335
for(int i=0; i<nn; ++i){
336336

337-
cout << endl << "*** Performing inference on batch " << i+1 << "/" << numBatches << " ***" << endl;
337+
cout << endl << "*** Performing inference on batch " << i+1 << "/" << nn << " ***" << endl;
338338
HELIB_NTIMER_START(time_for_single_batch);
339339
// define names of files to be used to save encrypted batch of samples and their correspondent predictions
340340
const string encryptedSamplesFile = outDir + "/encrypted_batch_samples_" + to_string(i) + ".bin";

0 commit comments

Comments
 (0)