Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cientgu/VQ-Diffusion
/ validate
Method
validate
image_synthesis/engine/solver.py:537–538 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
535
self.logger.log_info(info)
536
537
def
validate(self):
538
self.validation_epoch()
539
540
def
train(self):
541
start_epoch = self.last_epoch + 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected