26hzhang / VSLNet

Span-based Localizing Network for Natural Language Video Localization (ACL 2020)
MIT License
100 stars 17 forks source link

model of pytorch #12

Closed YongdongTan closed 2 years ago

YongdongTan commented 2 years ago

Thank you for sharing, it is very helpful to me. How can I get the weight of the pytorch model

26hzhang commented 2 years ago

@YongdongTan Sorry, I did not maintain any pre-trained PyTorch model. This work was written in TensorFlow at very beginning, the PyTorch version was added recently. I evaluated and found it is inferior to the TF version for some ``unknown'' reasons (I have mentioned it in the README.md). Since the TF version works, so I did not spend much time on exploring why this situation happens.