Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zhiyuan-R/Tiger-Diffusion
/ eval
Method
eval
test_generation.py:332–333 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
330
self.model.train()
331
332
def
eval(self):
333
self.model.eval()
334
335
def
multi_gpu_wrapper(self, f):
336
self.model = f(self.model)
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected