kalenforn / DCHMT

This is the official code of the paper "Differentiable Cross Modal Hashing via Multimodal Transformers"
MIT License
12 stars 2 forks source link

question #3

Closed fjbfjbfjb closed 1 year ago

fjbfjbfjb commented 1 year ago

Is the parameter “pretrained” the same as “clip-path”. If not, what should “pretrained” be set to?

kalenforn commented 1 year ago

This parameter is used to resume training. "clip-path" is the parameter for pretraining. I will rename those parameters. Thanks!