autograd_set_grad_mode {torch}R Documentation

Set grad mode

Description

Sets or disables gradient history.

Usage

autograd_set_grad_mode(enabled)

Arguments

enabled

bool wether to enable or disable the gradient recording.


[Package torch version 0.13.0 Index]