LJX
LJX
I am working on text semantic segmentation task. I tried to introduce gcblock into resnet . I performed experiments on both resnet18 and resnet50,and I find gcblock even made the...
ArcMarginProduct中存在可学习的参数,如果我想将arcface用于分类任务,应该如何使用ArcMarginProduct?
Thanks for your work,your code is very clean. But the readme is too brief. I wonder what dataset you used, and where should I put them. Thank you again.
I encountered the following error while training the model: > RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.
I pretrained a model using ctcloss and it works well. Then I loaded the weights and continued to train with the aceloss. The losses seemed to be coming down, but...