Skip to content

alexandreCameron/test-onnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-onnx on sklearn

Purpose

Test onnx-export of sklearn transform function.

This repo is not meant to create efficient code.

Configure virtual environment

  • Run:
python3 -m venv venv3_test-onnx
  • Activate virtual environment:
source venv3_test-onnx/bin/activate
  • Install packages:
pip3 install -r requirements.txt 

NB: this requirements.txt has more packages than necessary to test onnx. These packages are standard ML packages.

  • Add kernel to jupyter notebook:
python3 -m ipykernel install --user --name venv3_test-onnx --display-name "venv3_test-onnx"
  • Install graphviz to view representation of graphs:
apt-get install graphviz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published