What hardware specifications are generally required for AI/ML/DL Submitted by AnimeFreak888 t3_10sw8k8 on February 3, 2023 at 9:44 PM in deeplearning What hardware specifications are generally required for AI/ML/DL 10 comments 2
suflaj t1_j73xnvw wrote on February 3, 2023 at 10:03 PM A CUDA-capable GPU with compute capability generally over 3.0 and an OS that supports the said nvidia GPU and CUDA drivers. Permalink 9
Some-Assistance-7812 t1_j764ulk wrote on February 4, 2023 at 10:41 AM You need raw power!! In terms of CPU, number of cores matter more than CPU speed In terms of RAM, more RAM capacity is preferably. (Generally more than twice the VRAM of your GPU) In terms of GPU, VRAM is most essential! Permalink 2 [deleted] t1_j7d3jfx wrote on February 5, 2023 at 10:20 PM [deleted] Permalink Parent 1
Appropriate_Ant_4629 t1_j75sc61 wrote on February 4, 2023 at 7:40 AM Note that some models are extremely RAM intensive; while others aren't. A common issue you may run into are errors like RuntimeError: CUDA out of memory. Tried to allocate 1024.00 MiB (GPU 0; 8.00 GiB total capacity; 6.13 GiB already allocated; 0 bytes free; 6.73 GiB reserved in total by PyTorch), and it can be pretty tricky to refactor models to work with less RAM than they expect (see examples in that link). Permalink 1 ilolus t1_j763eyt wrote on February 4, 2023 at 10:20 AM That's VRAM, not RAM. It's rare to have a problem with RAM limits nowadays. Permalink Parent 6 [deleted] t1_j7d37wj wrote on February 5, 2023 at 10:17 PM [deleted] Permalink Parent 1 [deleted] t1_j7d3s2t wrote on February 5, 2023 at 10:21 PM [deleted] Permalink Parent 1
ilolus t1_j763eyt wrote on February 4, 2023 at 10:20 AM That's VRAM, not RAM. It's rare to have a problem with RAM limits nowadays. Permalink Parent 6
foxracing4500 t1_j77rdn3 wrote on February 4, 2023 at 6:50 PM Depends on your budget? How much are you looking to spend? Permalink 1
harry-hippie-de t1_j78b01o wrote on February 4, 2023 at 9:09 PM There's a difference in training and inference. Hardware requirements for training are larger. Permalink 1
suflaj t1_j73xnvw wrote
A CUDA-capable GPU with compute capability generally over 3.0 and an OS that supports the said nvidia GPU and CUDA drivers.