Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 329 Bytes

DLProf_Demo

A lightweight demo of DLProf using PyTorch MNIST example

1. Create an environment with dependencies specified in env.yml:

conda env create -f env.yml

2. Activate the new environment:

conda activate dlprof

3. Follow the demo here:

https://jingchaozhang.github.io/DLProf-Demo/