ebetica / autogradpp

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

Optimizer should take in a list of parameters, not a model #47

Open ebetica opened 6 years ago

ebetica commented 6 years ago

This let's people do tricky things if they don't want to have a model to contain the parameters.