Closed ahkarami closed 6 years ago
Hi, I only tried ResNet-50. It's easy to replace the model with yours in file tri_loss/model/Model.py
. Your model has to return feature with shape [batch_size, out_channel]
to make it consistent with the training script.
Dear @huanghoujing, Thank you very much for your answer.
Thanks for attention : )
Dear @huanghoujing, Have you ever trained other ConvNets (e.g., ResNet101, ResNet152, ResNext, Inception-ResNet-V2, DenseNet) as the backbone of your code?