Kimyanggon

Results 5 comments of Kimyanggon

> My solution is (with cuda10.1): > > 1. rm -rf build > 2. mkdir build && cd build > 3. cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda .. > 4. make @Holycomfort Can...

@crazy-bot > I have deleted the conda environment. As far I remember it was pytorch 1.3.1 hello, did you have any problem with using torch 1.3.1 related to ffi error?...

Hello, Regarding the first question LiuShihHung had raised, I have 2 questions in the point of semantic segmentation. (1) The link (https://github.com/WXinlong/ASIS/issues/10) says that the performance(accuracy) would be same regardless...

@karpathy Thank you for the quality code. 1) can I ask why you don't use 'past_key_values"[1] ? 2) your current version and 'past_key_values" version are mathematically different, right? because your...

@dfyz , @karpathy Thank you for the comment. > your current version and 'past_key_values" version are mathematically different, right? "your current version" is actually referring to the one that @karpathy...