|
|
|
|
|
by watwatinthewat
2006 days ago
|
|
I appreciate you laying this out because it's something I have struggled with and thought I just didn't know the right way to handle it. For writing tests in a deep learning code base, rather than simply including a native data file (image, CSV, whatever), I've taken to writing a fake data creator class. It always feels like overkill when an alternative solution is including a native data file or two that already exists. |
|