Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 608 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 608 Bytes

Superposition of many models into one

This repository contains the source code for the paper: Superposition of many models into one.

Requirements before running

This code requires:

  • python 3.*
  • numpy
  • pytorch
  • torchvision
  • tensorboardx
  • tensorboard
  • matplotlib
  • scikit-image

Usage

1. Run the code

Experiments for the paper are executed in 'main_superposition.py'

$ python main_superposition.py

2. View the results

Results are displayed on in the 'runs' folder and are readable via

$ tensorboard --logdir=./runs