Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 395 Bytes

gating_sgd

Installation

For a compatible Python-installation, you may setup and install the required packages into a virtual environment by running:

conda create --name <env> --file requirements.txt

or optionally, using pip:

pip install -r requirements.txt

Demo

To run the experiments, as well as to generate plots, you may run run_exp_fixed_IO.py with python.