Or Sharir
Or Sharir
Is there a way to specify a fall-back option for TPUs? I have an optimized custom op for CPUs and GPUs, but I want my custom op to be able...
Hopefully I'll get to it in some point. Meanwhile, I'll simply extend it to any domain name containing github in it. Expect an updated version soon.
This is odd... I cannot reproduce this error on my own system (macOS Mohave and Chrome 70.0.3538.77). Try to see if you can manually install the package from source (using...
Given that I no longer use Firefox myself, this would be a low priority. However, once I'll have time, I'll look into how much work it would be to port...
I'm going to be a bit busy in the coming weeks. Hopefully, I'll be able to look into it afterwards.
It actually does work in preview mode, but unfortunately, not every time you click on the preview tab it works. As a workaround, you can click on the "Write" tab...
A simple workaround: use the nest_asyncio library. Just add the following to your first cell in Colab/Jupyter (can omit pip install if it's already installed): ```python !pip install nest_asyncio import...
Is this example fixed? can we close this issue?
I now see that it's an option in the Tensorboard callback (update_freq). I suggest changing this attribute to 'batch' instead of update_freq=1 as it's currently set in the examples.