Aurelien Montmejat
Aurelien Montmejat
Any news on this? How could it work before with `return QtCore.QPoint(x, y)`?
Apparently the `QtCore` API has changed in Python 3.10 and now some types are not allowed in different parts of the code. I can make a PR to add all...
What worked for me without using `conda`: ``` pip install pyqt5 pip install qtpy ```
Any news on this? I also have a `split` node in my ONNX graph, and it's breaking the network when I use a dynamic batch size
+1, would be really nice to have! :)
Here's a simple code that should reproduce the error (at least, it did for me on my machine): ```python import torch from torch import nn from torch.nn import functional as...
By the way, I should be up to date with: * `clearml_agent`: 1.3.0 * `clearml`: 1.6.2
Hey, thanks for coming back to me. Unfortunately our code base it pretty big and strongly relies on `click`. I'll make a work around for now with what you have...
By the way, it was a file added using: ```python clearml_task.upload_artifact(...) ```