Milad Pourrahmani
Milad Pourrahmani
I want to confirm that this doesn't work for 2-D plots either. However, when writing the figure as a PNG, it renders correctly.
I still have this issue. pip install -U ray says ERROR: No matching distribution found for ray
@richardliaw ``` pip 21.0.1 py39h06a4308_0 python 3.9.4 hdb3f193_0 ```
Btw, I'm using Ubuntu 20.
Thanks @richardliaw, for reference for others, I had to go to Python 3.7 to install ray.
It would be nice to have this option: ```json "fileutils.typeahead.exclude": { "**/.git": true, }, ```
`pip install -U kaleido` resolved my issue.
@fdion same error occurs using an environment. Howevere, I should mention my anaconda3 is on an external drive but I've never had any issues with other packages. ```bash ERROR: Command...
Thank you @fmassa for your reply. The function above was written outside the context of PyTorch. That's why it's all NumPy. If you are going to integrate my code, I...
I like that! Then I'll start writing the function `hist_transform(input_tensor, hist_bin, hist_count)`, all torch tensors and inform you when done.