Dawei Sun

Results 5 comments of Dawei Sun

Hi @tobiasploetz , we conducted more experiments. The following is the result. We observed that the training failed after some iterations (~150k for St. Peters, ~50k for Brown) on both...

Hi @tobiasploetz , I am sorry for getting back to you so late. We run the code on CUDA9.2, Tesla M40 24GB, Python 3.5.4 (from anaconda). Best Regards

Cool! Thanks for your help. I look forward to hearing from you again.

Maybe, it's 'learning rate', but not 'learning weight'. That worked! Thank you.

Maybe, there is something wrong in @shrutisharmavsco code. I think ``` elif self._input_size: ``` should be ``` elif self._input_shape: ```