Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 823 Bytes

safran-automl

Prerequisite

You will need following dependencies on your system:

Installation

Python

Open a linux terminal and run the following commands:

  $ git clone <repository-url>
  $ cd safran-automl && conda env create -f env.yml

Wait until the creation of the environment finish then execute the following commands to activate the environment and launch the jupyter lab interface.

  $ conda activate automl
  $ jupyter lab

Extract computational deep learning graph

You will find the notebook demo-extract_graph_from_pytorch.ipynb in the folder python/notebook with an example of processing to extract a list of nodes, edges and the adjacency matrix from a pytorch deeep learning model.