When I have two networks that need to be trained alternately, for example, GAN network as a typical case (generator A, discriminator B).
I train A, B alternately, for example, A->B->A->B…. At this point, will the benchmark be run every time, or only the first time A is executed and the first time B is executed?
In fact, I’d rather know what conditions would trigger the benchmark, or re-benchmark.
Thanks!