Giter Club home page Giter Club logo

proxsps's Introduction

Proximal Stochastic Polyak

arXiv

About

We develop a proximal stochastic Polyak method ProxSPS for stochastic optimization. The main focus is how to handle regularization for adaptive methods like the Polyak step size.

The methods SPS and ProxSPS from the paper are implemented in sps/sps.py. If you want to use ProxSPS, make sure to set prox=True, for example

from sps.sps import SPS
SPS(params, lr=1, weight_decay=1e-3, prox=True)

Experimental setup

The file configs.py contains all parameter configurations of the experiments. One or multiple experiments can be run with exp_main.py or with run_exp.ipynb. Simply specify in the list the experiment ids from configs.py that you would like to run, for example ['matrix_fac1', 'cifar10-resnet110']. Output is stored as a JSON file in the directory output and with the experiment id as filename.

The scripts automatically detects whether cuda is available and if so, runs on GPU.

Comments

The starting point for this repository was the offical SPS repository. However, we carried out several refactoring steps in the experimental setup. We also refactored the SPS optimizer in order to handle regularization.

proxsps's People

Contributors

fabian-sp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.