Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.33 KB

File metadata and controls

29 lines (26 loc) · 1.33 KB

Deep net detection and onset prediction of electrographic seizure patterns in responsive neurostimulation (iESPnet)

You will find here all the codes and instructions needed to reproduce the experiments performed in "Deep net detection and onset prediction of electrographic seizure patterns in responsive neurostimulation", by Victoria Peterson, Vasileios Kokkinos, Enzo Ferrante, Ashley Walton, Amir Hadanny, Varun Saravanan, Nathaniel Sisterson, Naoir Zaher, Alexandra Urban and R. Mark Richardson.

Installation guidelines

This guidelines are based on Anaconda distribution. The library has been tested on Linux and Windows.

Install requirements for reproducing the experiments

  1. Download and extract the zip or clone iESPnet
  2. Go to the download directory
  3. Create conda environment
conda env create -f environment.yml
  1. Activate conda environment
conda activate iESPnet
  1. Install pytorch
  2. Check torch is installed. If Error (ImportError: DLL load failed: The operating system cannot run %1), run
conda install -c defaults intel-openmp -f
  1. Run the example
And you are ready. Happy coding!