MCPcopy Index your code
hub / github.com/MethodsOfMachineLearning/cabs / minimize

Method minimize

cabs.py:56–161  ·  view source on GitHub ↗

Add operations to minimize `loss` by updating `var_list` with SGD and compute the batch size for the next step according to the CABS rule. Args: :losses: A rank 1 `Tensor` containing the individual loss values for each example in the batch. You can *not* insert a scalar me

(self, losses, var_list=None, global_bs=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

run_cabs_mnist.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected