CentofantiEze / FBResNet

Forward Backward ResNet
0 stars 0 forks source link

Performance Tuning #4

Open CentofantiEze opened 1 year ago

CentofantiEze commented 1 year ago

Training Performance Tuning

The goal is to decrease the training time by taking advantage of available GPU. The following Performance Tuning Guide will be followed.

To do:

CentofantiEze commented 1 year ago

Adding workers to the dataloader helps if the data is fetched and processed when we are getting each dataset item. If the dataset already processed and allocated, we don't need workers.