Viewing a single comment thread. View all comments

MyActualUserName99 t1_irapufa wrote

If you’re using Tensorflow, adding multiple GPUs is extremely easy. Just have to call some functions and make a strategy:

https://www.tensorflow.org/guide/distributed_training

1

Knurpel t1_ird8vtd wrote

>extremely easy

... depends on your coding proficiency. As I said, "it's not as easy as sticking in another GPU."

1