I am writing code for NIST FRVT. NIST wants the program to run at max 2 threads(Only CPU, No GPU). I am using TensorFlow in my code but it always spawns much more than 2 thr
With reference to the following sources, it looks like there is no possibility to run TensorFlow on 1 or 2 threads.