Corentin Jemine
Corentin Jemine
Hello, I have submitted my code for the exercise 4.7, in place of the current one. - It is optimized using vectorization and memoization. It takes under a minute to...
I'd like to write a simple tool to generate instructions to build an image from the stained glass or wooden tiles from extra trees. I found the pattern used in...
The `tensorrt` [pip package](https://pypi.org/project/tensorrt/) seems not to have `tensorrt.tensorrt` as module (at least as of version tensorrt==8.6.1.post1), causing 3 imports to fail in the repo. The same members imported from...
### Description After calling optimize_model() on a `GPT2Model` instance from HuggingFace's transformers, the model's forward pass will raise a `RuntimeError: CUDA error: operation not permitted when stream is capturing`. A...