ebetica / autogradpp

Direct C++ Interface to PyTorch
MIT License
80 stars 12 forks source link

Implement the rest of the optimizers #6

Open ebetica opened 6 years ago

ebetica commented 6 years ago

All the optimizers listed here:

eugene-kharitonov commented 6 years ago

Done? :)

ebetica commented 6 years ago

Not even close ;) I think LBFGS is the next most important one that people might care about...