Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KeepTryingTo/Pytorch-GAN
/ save_ema_weights
Method
save_ema_weights
StyleGAN/utils.py:136–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
param.data = self.registered[name]
135
136
def
save_ema_weights(self):
137
torch.save(self.registered, self.save_filename)
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected