Itsuki
Itsuki
@phamkhactu No, I successfully converted DLA-34 to ONNX but the inference doesn't work and I don't understand why
@phamkhactu Hi, this is code for converting to ONNX in final file ``` https://github.com/Holmes2002/Table-Recognition/blob/main/LORE-TSR/src/lib/models/networks/pose_dla_dcn.py ``` My own inference code but did't work ``` https://github.com/Holmes2002/Table-Recognition/blob/main/LORE-TSR/src/lib/models/networks/inference_onnx.py ``` You can check and modify...
Also hope that we can use Vit-S version as soon as possible
@myhloli What kind of method to download ? I downloaded by "git lfs " but same errors with HuggingFace model
@wanglf1979 I encountered same error in python 3.9.
@RanJason-Code any solution ?
@WaterKnight1998 What does the graph mean? What kind of model are you trying to convert?
@ManuelCecere Have u solved this problem yet ?
``` for param in model.model.diffusion_model.parameters(): param.requires_grad = True ``` add this cmd and blocked SD then add lora parametes for optimizer
@EvanSong77 please share your solution