Jiaqi Wang

Results 3 issues of Jiaqi Wang

I use OneNote2016 on MacOs. Could you release a version to adapt MacOS ?

I want to modify the file'/examples/triplet loss' and add some parameters into the trainer. I have modified the file 'reid/trainers' ``` criterion1 = nn.CrossEntropyLoss().cuda() criterion2 = TripletLoss(margin=args.margin).cuda() trainer = Trainer(model,criterion1,criterion2,factor1,factor2)...

I am very interested in this work. I am trying to do some new work on excitationbp, and there is a operation named "eb.use_eb()" to modify "torch.nn.functional". The functiona eb.use_eb()...