Skip to content

314-Foundation/white-box-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

white-box-nn

The official PyTorch implementation of paper Towards White Box Deep Learning.

Recreate env

To build environment run the following commands. It's recommended to read the env_setup.sh script first. In particular PyTorch/CUDA installation should be adjusted for your machine (however CPU-only PyTorch installation will suffice).

conda create --name wbnn pip
conda activate wbnn
bash env_setup.sh

To recreate the experiments run the provided jupyter notebooks with the adequate kernel (wbnn conda env).

About

Building a White Box Neural Network with Semantic Features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages