Danijar Hafner

Results 165 comments of Danijar Hafner

Thanks! However, now I can't fit more than 2-3 matches onto the screen anymore. Is there a way to only display the binary filename, with the name of the Desktop...

Happy to clarify! The installation instructions for TensorFlow say that CUDA 11.2 is required for GPU support whereas the TensorFlow pip package actually also supports newer versions (e.g. it works...

Great! Could we add this to the docs? I think this would help many users.

Great, thanks! Just to clarify, the updated docs will include the range of supported CUDA versions, not just the `11.2` from the table in your comment?

What's the reason for not specifying a range?

@sachinprasadhs I see. However, it's really useful information for users to know the range of CUDA versions that will work, not just the newest one. Is it accurate to say...

Hmm. I just tried again in another alacritty window and gg still jumps to the end of the first line where G jumps to the second character (from the left)...

I installed via `cargo install alacritty` and `alacritty --version` says `alacritty 0.10.1 ()`. My operating system is Debian Testing.

Cool, would that be feasible to add? It seems like it would just be a simple change if I understand the issue correctly: ```javascript $B.isNode = (typeof process !=='undefined') &&...

Okay, I just applied this change locally and the error is gone now. However, the object returned by `_require('brython')` seems to be neither callable nor constructable. It rather looks like...