Chanil Kim

Results 16 comments of Chanil Kim

Do you install redis? Recommendify gem is running on the redis backend to store and restore key and value pair.

Ah! You should install 'redis' gem either, as driver for ruby to interact with Redis. Add -- gem 'redis' in Gemfile at your project and bundle install to install redis...

@SeanNaren Even after first epoch, allocated memory is not collected. I guess cutorch is not the cause, because when I train it without GPU and also memory increases without limit....

I observed memory usage eventually converge to some point so that I could complete training with about 30gb of swap memory. It might help you to point the memory usage...

Can you add full size icon? 32x32 size is too shoddy to see in Application directory.

I had to put cd to.app somewhere static directory to be referenced by toolbar. So where I chose to put the app is Application directory. I just wonder you had...

Same here. When I switched to another app using cmd + tab and returned back to iSH, then scroll position is not bottom where I switched but little above so...

@LandonRover you should better check #54 commit to fix your problem.

@LandonRover try, ``` pod 'NMRangeSlider', :git => 'https://github.com/muZZkat/NMRangeSlider.git' ``` this one. It seems #54 Pull request also has bundle issue. @muZZkat And I think 1.2.2 version is not published to...

In my case, this commit fixes #56 slider is not shown bug. I am using CocoaPods and I think images in this project may not be loaded to CocoaPods unless...