Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zhiyuan-R/Tiger-Diffusion
/ eval
Method
eval
train_generation.py:462–463 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
460
self.model.train()
461
462
def
eval(self):
463
self.model.eval()
464
465
def
multi_gpu_wrapper(self, f):
466
self.model = f(self.model)
Callers
1
train
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected