-
Thank you for your great work!
In my situations, I want to train dust3r from scratch or finetune it on my own data. You provide the Co3d preprocessed data demo.
However I still have some question…
-
I have finetuned the model for 10 epochs. But it seems like the loss do not converge.
![image](https://github.com/amirhnazerii/Transformer_OD_TPU/assets/102167812/8be5736e-ba49-4252-9ae2-c3e5dc5d8d…
-
How to finetuning the model (with LoRa)? The pytorch_lightning pipeline is hard to understand and modify. Can you give some API or pipeline?
-
Hi,
Is there any option or improvement on finetuning LASER for specific areas?
Thank you!
0x01h updated
5 years ago
-
Hi,
Thanks for this repo!
I am trying to finetune VGGNet using the code given in the example. I tried the image_preloader on my dataset, but it threw errors while loading a few files (which PIL …
-
Hey,
Great to see LISA implemented here.
As for the background, I am trying to finetune models with LORA other techniques on domain data but the Task i am doing is Causal LM is Next word Predict…
-
Hi,
Did you try using multi-GPU for training?
I am hoping to finetune your model with 1/10 of the learning rate.
Wondering what is the change needed if using 8 GPU.
-
Hi – thank you for open-sourcing this research project! Do you have plans to release code for fine-tuning these models?
-
Hello!
I am a beginner and I've wanted to play with your finetuning script so I decided to run it on Google Colab. Just to test it out, I prepared train, test and eval datasets which contained only…
-
Hi! I am wondering if it is possible to do the pretraining/finetuning for unimol with other extra features (like atom attributes)? And how to do it?
I would appreciate it a lot if you can help answer…