Dominic23331

Results 7 comments of Dominic23331

I found some problems when i try to export vit_h model, and i`m going to fix it.

> it's not works for my code. please help !!!! the error is ![image](https://user-images.githubusercontent.com/120021259/238905617-a711c7a3-5785-4964-b195-75743815ad3c.png) which model do you export? you must use pytorch2.0 to export onnx model. 你导出的是哪个模型?请使用pytorch2.0导出onnx模型。

> > > it's not works for my code. please help !!!! the error is ![image](https://user-images.githubusercontent.com/120021259/238905617-a711c7a3-5785-4964-b195-75743815ad3c.png) > > > > > > which model do you export? you must use...

> ![image](https://user-images.githubusercontent.com/120021259/239157871-2498affc-87ae-4eba-9f92-476d1c8d8fd6.png) 我转了之后生成很多这种小算子,这个转出结果是正常的吗?怎么合到一起呢? 你导出的是vit_h模型吗?使用vit_h模型由于大小超过2g,pytorch会分别保存参数和网络结构,你在加载的时候将参数导入应该就行了,具体你看一下onnxruntime的文档吧

> I meet a problem when I convert vit-h encoder model: Traceback (most recent call last): File "scripts/export_image_encoder.py", line 183, in run_export( File "scripts/export_image_encoder.py", line 167, in run_export weights =...

I want to pick "Using rich to beautify the ProgressBar in MMEngine"

> I want to pick "Using rich to beautify the ProgressBar in MMEngine" Here is PR #998