An open API service indexing awesome lists of open source software.

https://github.com/locuslab/monotone_op_net

Monotone operator equilibrium networks
https://github.com/locuslab/monotone_op_net

Last synced: about 1 year ago
JSON representation

Monotone operator equilibrium networks

Awesome Lists containing this project

README

          

# Monotone operator equilibrium networks

*Code to replicate the experiments in [the paper](https://arxiv.org/abs/2006.08591) by Ezra Winston and [Zico Kolter](http://zicokolter.com).*

**See the [tutorial notebook](tutorial.ipynb) for an introduction to the paper and the code in this repo.**

Code to replicate the experiments in the paper can be found in [`experiments.ipynb`](experiments.ipynb).

## Requirements
Compatible with python 3.5+ and known to work with pytorch 1.4, torchvision 0.5, and numpy 1.18. Can install with `pip install -r requirements.txt`.