Prannav Arora
Prannav Arora
### Setup 2 VMs - 1 GPU each Global batch size 128 ResNet50V2 Cars196 Dataset Train for 5 epochs tf.data.Dataset optimizations used - caching, num_parallel_calls set to AUTOTUNE in .map(),...
**Here is what I am working with:** 2 separate docker containers, each on a different VM Both VM's have 1 GPU each I am trying to follow "Running on multiple...
Hello, I used the hls_model.build() command to turn a 3 linear layer Keras model to its RTL version (I followed the tutorial). From my understanding, I now have the HDL...
So I am using tensorflow 2.7.1 with a keras model to train a model on 2 VMs (1 GPU each). I am confused if I am supposed to pass experimental_run_tf_function...