Skip to content

aksl20/safran-automl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published