- Clone the repository:
git clone https://github.com/HealthML/lucid-torch.git - Go into the folder:
cd lucid-torch - Install Lucid Torch:
pip install . -f https://download.pytorch.org/whl/torch_stable.html
A quickstart guide for different architectures can be found here: Quickstart.
You can find usage samples here:
In this Jupyter notebook we have executed the examples.
- Setup the project
- Install
pytestwithpip install pytest==5.3.5 - Run
python -m pytest