Pengwei Dong
Pengwei Dong
if self.has_pos_embed: self.pos_embed = nn.Parameter(data=get_sinusoid_encoding(n_position=num_patches, d_hid=embed_dim), requires_grad=False) self.pos_drop = nn.Dropout(p=drop_rate) Hello, is get_sinusoid_encoding used? Can I remove it if I don't use it? This function doesn't seem to be defined.
Hi, I am very glad to discuss with you about Transformer. I would like to ask you how to input data into the network if it is a image.I want...
“cannot import name 'MeshesXD' from 'pytorch3d.structures' (/home/evlab/anaconda3/envs/torch3d/lib/python3.9/site-packages/pytorch3d/structures/__init__.py)“ My installation process is correct, so why is this error occurring? Is it a bug? "from .meshes import join_meshes_as_batch, join_meshes_as_scene, Meshes from .pointclouds...