Skip to content

apple/ml-ncg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCG PROJECT

Publication Link : Nonlinear Conjugate Gradients For Scaling Synchronous Distributed DNN Training

This NCG repository consist of two components

  1. the optimization package
  2. the examples scripts

Usage details both components are described in ncg/README.md.

Getting Started

For sanity, work from with in a Python virtual environment of your choice.

  • Building the optimization package wheel
    # work from with in ncg directory
    python setup.py bdist_wheel -d < dist_wheel target directory>
  • Installing the wheel in your virtual environment
    pip install < dist_wheel target directory>/ncg-xyz.whl
  • Alternatively, to install ncg package in develop mode
    pip install -e optimization
    

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages