Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Newmu/dcgan_code
/ __call__
Method
__call__
lib/updates.py:54–55 ·
view source on GitHub ↗
(self, params, grads)
Source
from the content-addressed store, hash-verified
52
self.__dict__.update(locals())
53
54
def
__call__(self, params, grads):
55
raise
NotImplementedError
56
57
class
SGD(Update):
58
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected