Thiago Crepaldi
Thiago Crepaldi
> I came across the same problem and found that was becasue the TorchVision I installed is of CPU version. I reinstalled it by "pip install torchvision==0.8.0 --force-reinstall" and solved...
> This PR raises a warning to the user informing them that the `ORTTrainer` class is deprecated and that it will be removed in ort release 1.14. > > Users...
I didn't understand the goal of this PR. Why do we need this set of scripts? Is this for creating custom ops or just an example for ORT? Isnt the...
Maybe refactor this implementation when [`math::Col2ImNdPar`](https://github.com/microsoft/onnxruntime/pull/12476) is merged for performance gain
Hi @askhade, Could you help reviewing this when you have some time or referring someone? Thanks
> Hi @askhade, Could you help reviewing this when you have some time or referring someone? Thanks gentle ping
@edgchen1 Could you help me reviewing this one? If not your area, would you know who could review it? I have been trying for the past 2 weeks to find...
Hi @brechtm I'd love too, but I dont understand anything about the internals of rinoh. I merely read a tutorial such as https://medium.com/@richdayandnight/a-simple-tutorial-on-how-to-document-your-python-project-using-sphinx-and-rinohtype-177c22a15b5b to create a PDF out of my...
> > > @thiagocrepaldi Oops. I said the implementation seems trivial, but of course I know where to start 😁. The relevant code is [here](https://github.com/brechtm/rinohtype/blob/2f60837b0c1397b12c7ade415b9e241a62f6da5c/src/rinoh/frontend/sphinx/__init__.py#L240), in the Sphinx builder. You...
```bash Project successfully transformed to AST, checking imports for cycles.. Cycle Found :( Finished. ```