Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add multiprocessing.freeze_support() call to lightning test
When running the `test_lightning_mnist_autoencoder` under arm64 macOS, `multiprocessing` seems to be activated at some point, and the test gets stuck due to lack of `multiprocessing.freeze_support` call.
- Loading branch information