MCPcopy Index your code
hub / github.com/pytorch/tutorials / polynomial_optim.py

File polynomial_optim.py

beginner_source/examples_nn/polynomial_optim.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""
3PyTorch: optim
4--------------

Callers

nothing calls this directly

Calls 4

loss_fnFunction · 0.85
stepMethod · 0.80
modelFunction · 0.50
backwardMethod · 0.45

Tested by

no test coverage detected