Friedrich Beckmann

Results 50 comments of Friedrich Beckmann

Hi, i had the same problem on a Macbook Pro when I tried ``` th train.lua --type=float ``` The problem is related to luajit, which cannot allocate that much memory....

You mention that this is slow on a CPU and report steptimes of 70ms to 500 ms for the CUDA GPU hardware in the blog: http://torch.ch/blog/2015/07/30/cifar.html I did a CPU...

This is a test on a Amazon EC g2.2xlarge but with only the cpu, i.e. not the gpu ``` ubuntu@ip-172-31-25-86:~/ai/cifar.torch$ th train.lua --type=float { type : "float" max_epoch : 300...

And now on the Amazon EC g2.2xlarge with ``` ubuntu@ip-172-31-25-86:~/ai/cifar.torch$ th train.lua --type=cuda { type : "cuda" max_epoch : 300 weightDecay : 0.0005 save : "logs" momentum : 0.9 epoch_step...

Hi, this problem of non existance of the test.log.eps and as a result missing png e.t.c, resulted int he following stop of the execution: ``` ==> setting criterion ==> configuring...

Hi, is this maybe related to the same problem as in pspp: https://savannah.gnu.org/bugs/?58128#comment2 Friedrich

If fixed the identical problem for the GNU pspp MacOS bundle with this commit: http://git.savannah.gnu.org/cgit/pspp.git/commit/?id=69a18e796323f9c8796984a1d0a3532fc34aba50 You must not use the shell script in the bundle Xournal++.app/Contents/MacOS/xournalpp . The problem with...

> What environment variables do I need to set so I can call xournalpp-bin? If I call it directly from zsh it gives me: I think you can see the...

@patrickelectric : I rebased the patch and I did some further testing. I have three testcases where I test the video display and the recording function. **Testcase UDP/I420** I generate...

I tested the Linux AppImage with commit 806cd0c8b9df484f2 and the RTPS Bunny Video now displays without problems. This solves maybe #9440.