qwertyuiop

Results 3 issues of qwertyuiop

File "/home/lvying/Pycharm_Object/segment/Segmentation_rgbd/toolbox/models/backbone/resnest.py", line 3, in model = torch.hub.load('zhanghang1989/ResNeSt', 'resnest50', pretrained=True) File "/home/lvying/anaconda3/lib/python3.6/site-packages/torch/hub.py", line 340, in load model = entry(*args, **kwargs) File "/home/lvying/.cache/torch/hub/zhanghang1989_ResNeSt_master/resnest/torch/resnest.py", line 40, in resnest50 resnest_model_urls['resnest50'], progress=True, check_hash=True)) TypeError:...

question

class SimMaxLoss(nn.Module): def __init__(self, metric='cos', alpha=0.25, reduction='mean'): super(SimMaxLoss, self).__init__() self.metric = metric self.alpha = alpha self.reduction = reduction def forward(self, embedded_bg): """ :param embedded_fg: [N, C] :param embedded_bg: [N, C]...

The link to the original paper's dataset is broken,404.