Method__init__(
self, sampler: Sampler[int], frames_threshold: int, max_samples=0, random_seed=None, drop_residual:
src/sense/model/dataset.py:298
Method__init__(self, dim, dim_out=None, mult=4, dropout=0.0, approximate: str = "none")
src/sense/model/modules.py:474
Method__init__(self, dim, heads, dim_head, ff_mult=4, dropout=0.1, qk_norm=None, pe_attn_head=None)
src/sense/model/modules.py:742
Method__init__(
self, dim, heads, dim_head, ff_mult=4, dropout=0.1, context_dim=None, context_pre_only=False, qk_nor
src/sense/model/modules.py:788
Method__init__(
self,
model: CFM,
epochs,
learning_rate,
num_warmup_updates=20000,
src/sense/model/trainer_cfm.py:27