英文: Transformers from scratch - shape '[1, 40, 64]' is invalid for input of size when passin...
在mmsegmentation上训练自定义数据集。
英文: Training custom dataset on mmsegmentation 问题 I am trying to do semantic segmentation on Freiburg...
如何正确提示Transformer模型的解码器?
英文: How to properly prompt the decoder of a Transformer model? 问题 I am using Hugging Face Transforme...
What could be causing a visual discrepancy when displaying two identical numpy arrays using matplotlib's imshow()?
英文: What could be causing a visual discrepancy when displaying two identical numpy arrays using matp...
Error: ImportError: 无法从’torchvision.models.vgg’导入’model_urls’。
英文: Error: ImportError: cannot import name 'model_urls' from 'torchvision.models.vgg'...
获取模型可用的所有标签/实体组。
英文: Get all labels / entity groups available to a model 问题 You can获取所有的标签/实体组,通过查看你使用的模型的配置文件。在这种情况下...
在PyTorch中,是否可以通过系数来冻结一个模块?
英文: In PyTorch, is it possible to freeze a module by a coefficient? 问题 在我的实验中,我想首先训练一个低级模型(L),然后在一个更...
在使用ResNet18骨干网络训练YOLACT模型时出现错误。
英文: Getting error while training yolact model with resnet18 backbone 问题 I was training the yolact mo...
如何将分割结果与另一图像叠加?
英文: How to overlay segmentation result with another image? 问题 你想要将分割后的图像中的颜色更改为另一张图像,类似于将分割板(颜色)更改为你...
如何在不丢失 grad_fn 的情况下将 PyTorch 参数用作原始值?
英文: How can I use PyTorch parameters as raw values without losing grad_fn? 问题 I'm trying to create a...
24