Skip to content

husisy/torch-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torch-Wrapper

A wrapper for calling scipy.optimize.minimize on torch Module

wiki/test-functions-for-optimization

install

pip install git+https://github.com/husisy/torch-wrapper.git

# or you may git clone the repo and install it locally
git clone git+https://github.com/husisy/torch-wrapper.git
pip install .

# for developer
pip install -e .

quickstart

cd example
python draft00.py
# Rastrigin function
# Ackley function
# Rosenbrock function
# Beale function

unittest

pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages