yeting160

Results 2 issues of yeting160

大神,您好,请教个问题。 import torch_pruning as tp print(model.model) for p in model.parameters(): p.requires_grad_(True) example_inputs = torch.randn(1, 3, 224, 224).to(device) imp = tp.importance.MagnitudeImportance(p=2) # L2 norm pruning ignored_layers = [] from models.yolo import...

Hello, do you recommend a deep learning single target tracking algorithm that can effectively determine the occlusion state of a target? What strategy is used to determine the loss of...