【发布时间】:2021-10-05 14:22:31
【问题描述】:
我正在使用本教程中的预训练模型。 https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html#defining-your-model
模型是pytorch的Faster RCNN ResNet 50 FPN模型。有谁知道分类损失、损失和对象损失函数是什么(即交叉熵或?)。提前致谢, 斯里拉姆 A.
【问题讨论】:
标签: python pytorch loss-function resnet faster-rcnn