Brian Faure
Brian Faure
What is the bug for a list of size 1? I have tested inserting a single element and calling the .length() function and it returns 1 as it should. The...
Hi @deshwalmahesh, what you've pointed out is correct. This implementation is inefficient in that sense, but I don't want to change it here and cause confusion between the code in...
I did the changes that magrauer suggested, as well as removing the Theano>=0.8.0 line from requirements.txt and it still installed Theano when I ran setup.py but when I import recurrentshop...
Hey @undefine-man , cool to hear you had a similar idea. So in terms of losing data during video encoding, I think my idea was to increase the size of...
Didn’t mean to close the issue :/
Interesting idea, I think in that case you'd want to encode at the byte-level rather than bit-level since a colored pixel can encode far more than just 1/0. If we...