We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyTorch Lightning install its tests into "test" in the Python path. I would venture that this is not ideal.
Install PyTorch Lightning
import pathlib import pytorch_lightning print(list((pathlib.Path(pytorch_lightning.__file__).parent.parent / 'tests').glob('*')))
This is with git a checkout from today.
馃悰 Bug
PyTorch Lightning install its tests into "test" in the Python path. I would venture that this is not ideal.
To Reproduce
Install PyTorch Lightning
This is with git a checkout from today.