Closed faressc closed 2 months ago
Currently, the provided configurations for CNN, RNN, and hybrid models include a wait_in_process_block
time, while the semaphore
option is disabled by default. To ensure consistency, I suggest setting the wait_in_process_block
time to zero by default for all example configurations.
tested the current state now on windows - everything works fine now, even with all threads enabled, the operating system is not interrupted at all
Now Linux, too, works flawlessly.
Fixes #4
Adds enhanced thread synchronization by implementing the
std::this_thread::yield()
method. Still sleeping is necessary to not run the CPUs to hot.Also new default configs and docu update.