flyingpot / pytorch_deephash

Pytorch implementation of Deep Learning of Binary Hash Codes for Fast Image Retrieval, CVPRW 2015
MIT License
187 stars 48 forks source link

I tried running "train.py", and the following error occurred: #5

Closed limycml closed 6 years ago

limycml commented 6 years ago

I tried running "train.py", and the following error occurred: Unrecognized arguments,[--lr lr] [--momentum M] [--epoch times] [--bits BTS] etc. Please help me with it.

limycml commented 6 years ago

@flyingpot Admire your code skills, I'm also learning the pytorch, which is really a good thing. Thank you for the code you provided. I have a problem asking you for help: [DSDH-HashingCode]:https://github.com/liqi-casia/DSDH-HashingCode ,this is the matlab code, It was slightly modified from the DPSH-pytorch[https://github.com/jiangqy/DPSH-pytorch]。 With reference to DPSH-pytorch, could you help me write the pytorch code for DSDH?