SergioQuijanoRey / TFG

Trabajo Fin de Grado
1 stars 0 forks source link

Add profiling to see where all the time is spent #35

Closed SergioQuijanoRey closed 1 year ago

SergioQuijanoRey commented 2 years ago

Create a .py file that trains a small network, similar to what we do in the notebooks. Profile that script and see where the time is being spent,

SergioQuijanoRey commented 2 years ago

Instead of having a .py file that trains a network and profiles the process, we have profiling in the LFW notebook just for the training loop.

SergioQuijanoRey commented 1 year ago

Closed in #42