MCPcopy Create free account
hub / github.com/MeiGen-AI/InfiniteTalk / count_conv3d

Function count_conv3d

wan/modules/vae.py:475–480  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

473
474
475def count_conv3d(model):
476 count = 0
477 for m in model.modules():
478 if isinstance(m, CausalConv3d):
479 count += 1
480 return count
481
482
483class WanVAE_(nn.Module):

Callers 1

clear_cacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected