MCPcopy Create free account
hub / github.com/Zhiyuan-R/Tiger-Diffusion / new_x_chain

Function new_x_chain

train_generation.py:625–626  ·  view source on GitHub ↗
(x, num_chain)

Source from the content-addressed store, hash-verified

623 start_epoch = 0
624
625 def new_x_chain(x, num_chain):
626 return torch.randn(num_chain, *x.shape[1:], device=x.device)
627
628
629

Callers 1

trainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected