Kevin Watt

Results 79 comments of Kevin Watt

suckage, this is still an issue. I've always hated the daemons gem

Ya ever solve this? Client.txt gets really long sometimes, destroying it and restarting poe might help

um, i think the other half of my problem is that I'm using the jquery rails.js - which doesn't seem to support .rjs??? sigh!

ah i've been kinda able to figure this out now by doing .js.haml and just writing it in jquery with .html( #{ render :collection => @objects} ) / etc

And then the results could be re-ordered again using the orig. order (minus, of course, the missing rows)

I see that RocksDB has a NewLRUCache, but I also can't figure out what options to pass to ARDB in order to set that as the database type.

Haha, ouch. Resetting the graph, if I run ` import tensorflow as tf tf.reset_default_graph() ` I get the error ` ValueError: Tensor Tensor("strided_slice_1:0", shape=(1, ?), dtype=int32) is not an element...

I get this segmentation fault too - but when I run the example in this one I don't, so not sure what could be causing it. https://github.com/bigohstudios/tictactoe Did you ever...

Aah, all your inputs and outputs need to be normalized to 0..1 FYI, which may be part of your problem. I'm doing that though and still getting a segfault...