MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / hinge_gen_loss

Function hinge_gen_loss

sat/sgm/modules/autoencoding/magvit2_pytorch.py:143–144  ·  view source on GitHub ↗
(fake)

Source from the content-addressed store, hash-verified

141
142
143def hinge_gen_loss(fake):
144 return -fake.mean()
145
146
147@autocast(enabled=False)

Callers 1

forwardMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected