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

Description
Describe the bug
When running the credit card example there is an output line showing something like this:
** *** Performing inference on batch 23/184 *** **
But the demo by default actually does 24 iterations. The output line should be updated to reflect the number of interations performed.
To Reproduce
Steps to reproduce the behavior:
- Run the credit card fraud example
- See the output from the demo
Expected behavior
The output from the credit card fraud example should say
** *** Performing inference on batch 23/24 *** **
Screenshots
N/A
Environment (please complete the following information):
- Host Info (The machine hosting the FHE Toolkit Docker container), please provide the output of running the following commands in a termina window:
MacBook-Pro.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
ulimit -a
-t: cpu time (seconds) unlimited
-f: file size (blocks) unlimited
-d: data seg size (kbytes) unlimited
-s: stack size (kbytes) 8192
-c: core file size (blocks) 0
-v: address space (kbytes) unlimited
-l: locked-in-memory size (kbytes) unlimited
-u: processes 2784
-n: file descriptors 256
- Docker version (run
docker -v in Terminal): Docker version 19.03.12, build 48a66213fe
- Toolkit platform (Fedora, CentOS, Ubuntu): all