wxthu
wxthu
> There are some problems about the detect.py. you mean that yolov5 series models could be supported by tensorrt?
It looks as if yolov5 series models cannot be supported by tensorrt, right ?
@koenvandesande
I found that when I change the batch size from 1 to other value , then conversion and inference could be finished successfully . I am confused .... @chitoku @koenvandesande...
> Hi, Yes, I believe based on the readme you need torch 1.12 to run it. In fact some of these legacy APIs are under migration and are not guaranteed...
I don't necessarily have to use **_Auto Parallel Strategy_** . What I mean is that the official demos provided now are all based on the Torch 1.12 API, but on...
Could you give me some examples ? I have tried many training demo codes but they all failed on torch 2.0 but succeeded on torch 1.12..
> Could you try examples/language/gpt/gemini and examples/language/gpt/hybridparallelism? It seems that transformer api is not compatible with current colossal ai