Lingfeng Lin
Lingfeng Lin
How to transfer a `XXXXX.mp4` or `XXX.avi` style video by _webcam_?
I tried to reduce the usage of VRAM (GTX 1070, 8GB). I replace the VGG-16(19) model with NIN model, and I replace the L-BFGS with adam. Reference from [memory usage](https://github.com/jcjohnson/neural-style#memory-usage)....
``` $ make flif make: pkg-config: Command not found make: pkg-config: Command not found make: pkg-config: Command not found make: Warning: File 'Makefile' has modification time 134 s in the...
Error looks like [problem](http://stackoverflow.com/questions/41077167/raise-attributeerrorname-after-reseiz-an-image-on-python-with-pil/42512662#42512662) Changing `with Image.open(f) as image:` to `image = Image.open(f)`. It fixed.
When I learn _h2o-tutorials/tutorials/gbm-randomforest/GBM_RandomForest_Example.py_ I receive a warning: `line 322: h2o.shutdown(prompt=False)` ``` [WARNING] in train_h2o.py line 58: >>> h2o.shutdown(prompt=False) ^^^^ Deprecated, use ``h2o.cluster().shutdown()``. H2O session _sid_9e69 closed. ```
windows 32位: 我下载了这些文件,并调整好 main 函数的内容:  其他文件没有修改下执行2个exe文件。发现执行不了,这是什么原因? 
Thanks for raising your issue here! 🙂 Before you submit the issue however, we'd like you to consider the follow points. * We like to use the issue tracker for...
1. I want to transfer higher piexl videos like 1k, 2K even 4k, however the size of my server's VRAM is 8GB (NV GTX 1070). With cudnn, the maximized size...
What's the mean of **seed** in paramenters? Default value is -1?
My server is equiped with 8GB GPU 1070. It maximized supports to generate 1080x720p image. How to promote the size of image? such as 1k, 2k even 4k,8k.