Seonghyeon Nam
Seonghyeon Nam
@yayeoCddy When we compute L2 error, we use reconstructed images for positive pairs of image and text. In other words, we forward an image and its corresponding text, then compute...
@VicZlq The path seems wrong, please check if `/home/zhaoliuqing/tagan-master/Volumes/ssd/fastText/wiki.en/wiki.en.bin` is correct.
@abhinav3 You need to change hard-coded numbers in model.py (defining network), train.py, and test.py (preprocessing data). Yes, it will be great if you do so. Thanks!
@shubhamagarwal92 You can simply change the hard-coded numbers. Everything works fine, but you may want to add more residual blocks or down/upsampling to enlarge a receptive field.
@tangjialiang-jj It seems that the type of the variable `indices` is not a `Long` type tensor. I have no idea why it does not work on your environment, but what...
Use onItemClickListener instead. Using onClickListener on ListView is not allowed.
죄송합니다, 이제 봤네요. 라이센스 추가하였습니다. 부족한데 사용해 주셔서 감사합니다~
I think the gridview intercept touch event and the listview inside it cannot get the event.. please check touch handlers 2015. 1. 1. 오후 10:05에 "Slake" [email protected]님이 작성: > i...
@lcsd Do you use the latest version? In that version, IndexScroller is only displayed when it is not null. When you call setFastScrollEnabled(false), IndexScroller becomes null. I'm sorry that I...
@icsd It seems that you already know what to change in the code. Could you submit a pull request? When it comes to mIndexbarRect, onSizeChanged() of IndexScroller must be called...