i am using conda env on my R to load the tensorflow gpu, and my the script is similar to zorro example. my gpu is 1051ti 4gb, cpu is i3-4170 3.7GHz
cpu bottle neck is possible culprit, my goal is to make zorro training run as fast as i run on R console using gpu

the code that i use to load conda env

Code
use_condaenv("r-dl", required=T)

Last edited by marr; 08/14/19 05:24.