Closed SergioQuijanoRey closed 1 year 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,
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.
Closed in #42
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,