MCPcopy Create free account

hub / github.com/AlmondGod/tinyworlds / functions

Functions154 in github.com/AlmondGod/tinyworlds

Method__init__
(self, embed_dim, patch_size=8, channels=3, H=128, W=128)
models/video_tokenizer.py:33
Method__init__
(self, frame_size=(128, 128), patch_size=8, embed_dim=128, num_heads=8, hidden_dim=256, num_b
models/video_tokenizer.py:48
Method__init__
(self, params, lr: float, momentum: float = 0.95, backend_steps: int = 5, nesterov: bool = Tr
models/muon.py:23
Method__init__
(self, latent_dim=5, num_bins=4)
models/fsq.py:10
Method__init__
(self, frame_size=(128, 128), patch_size=8, embed_dim=128, num_heads=8, hidden_dim=256, num_
models/latent_actions.py:14
Method__init__
(self, frame_size=(128, 128), patch_size=8, embed_dim=128, num_heads=8, hidden_dim=256, num_b
models/latent_actions.py:52
Method__init__
(self, embed_dim, eps=1e-5)
models/norms.py:19
Method__init__
(self, embed_dim, conditioning_dim=None)
models/norms.py:32
Method__init__
(self, embed_dim, num_heads, conditioning_dim=None)
models/st_transformer.py:11
Method__init__
(self, embed_dim, num_heads, causal=True, conditioning_dim=None)
models/st_transformer.py:51
Method__init__
(self, embed_dim, hidden_dim)
models/st_transformer.py:115
Method__init__
(self, embed_dim, hidden_dim, num_experts=4, top_k=2, aux_loss_coeff=0.01, conditioning_dim=N
models/st_transformer.py:127
Method__init__
(self, embed_dim, num_heads, hidden_dim, causal=True, conditioning_dim=None, use_moe=False, n
models/st_transformer.py:202
Method__init__
(self, embed_dim, num_heads, hidden_dim, num_blocks, causal=True, conditioning_dim=None, use_
models/st_transformer.py:226
Method__init__
(self, frame_size=(128, 128), patch_size=4, embed_dim=128, num_heads=8, hidden_dim=128, num_b
models/dynamics.py:10
Method__init__
(self, frame_size=(128, 128), patch_size=8, embed_dim=128)
models/patch_embed.py:7
Method__len__
(self)
datasets/datasets.py:112
Method__post_init__
(self)
utils/config.py:48
Method__post_init__
(self)
utils/config.py:121
Method__post_init__
(self)
utils/config.py:167
Method__post_init__
(self)
utils/config.py:225
Method__post_init__
(self)
utils/config.py:285
Methodaux_loss
(self)
models/st_transformer.py:144
Functioncmd_datasets
(args)
scripts/download_assets.py:45
Functioncmd_models
(args)
scripts/download_assets.py:63
Functioncreate_wandb_config
(args, model_config: Dict[str, Any])
utils/wandb_utils.py:75
Methodexpert_utilization
(self)
models/st_transformer.py:151
Methodforward
(self, frames)
models/video_tokenizer.py:22
Methodforward
(self, tokens)
models/video_tokenizer.py:39
Methodforward
(self, latents)
models/video_tokenizer.py:64
Methodforward
(self, frames)
models/video_tokenizer.py:88
Methodforward
(self, z)
models/fsq.py:26
Methodforward
(self, frames)
models/latent_actions.py:28
Methodforward
(self, frames, actions, training=True)
models/latent_actions.py:70
Methodforward
(self, frames)
models/latent_actions.py:111
Methodforward
(self, x)
models/norms.py:11
Methodforward
(self, x)
models/norms.py:23
Methodforward
(self, x, conditioning=None)
models/norms.py:51
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:25
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:66
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:107
Methodforward
(self, x)
models/st_transformer.py:122
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:154
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:217
Methodforward
(self, x, conditioning=None)
models/st_transformer.py:242
Methodforward
(self, frames)
models/patch_embed.py:36
Methodget_codebook_usage
(self, quantized_z)
models/fsq.py:43
Functionidx_to_latents
(idx)
scripts/run_inference.py:118
Functionlog_codebook_usage
(codebook_usage: float, step: int, model_name: str = "model")
utils/wandb_utils.py:41
Methodmodel_type
(self)
models/video_tokenizer.py:109
Methodmodel_type
(self)
models/latent_actions.py:138
Methodmodel_type
(self)
models/dynamics.py:206
Functionreadable_timestamp
()
datasets/data_utils.py:167
Functionvisualize_multiple_batches
(dataloader, num_batches=3, save_dir="batch_visualizations")
scripts/visualize_batch.py:67
← previous101–154 of 154, ranked by callers