Method__init__(self, dim, num_heads=8, qkv_bias=False, qk_scale=None, attn_drop=0., proj_drop=0.)
policy/model/vision_transformer.py:158
Method__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0.,
dr
policy/model/vision_transformer.py:185
Method__init__(self, img_size=[224], patch_size=16, in_chans=3, num_classes=0, embed_dim=768, depth=12,
num
policy/model/vision_transformer.py:225
Method__init__(self, in_dim, out_dim, use_bn=False, norm_last_layer=True, nlayers=3, hidden_dim=2048, bottleneck_dim=256)
policy/model/vision_transformer.py:347
Method__init__(
self,
vae,
text_encoder,
tokenizer,
unet,
scheduler,
goal_gen/utils/pipeline.py:40