Nikita
Results
1
issues of
Nikita
### Describe the bug Dreambooth example uses multiprocess DataLoader (`num_workers=1`) and it causes error when pickling `collate_fn` because it is not top-level function. #### Workaround Training works if I disable...
bug