Daniel Ritchie
Daniel Ritchie
With PyTorch trainer you can replace `trainer.train()` with `trainer.train(resume_from_checkpoint=)` _e.g. "checkpoint-1234"_ or `trainer.train(resume_from_checkpoint = True)` [More info from HF docs](https://huggingface.co/docs/transformers/main_classes/trainer#transformers.Trainer.train.resume_from_checkpoint)
The [starchat-alpha blog post](https://huggingface.co/blog/starchat-alpha) explains why you're not getting the results you are looking for (and also provides an example of their **StarChat** solution which I think would do what...
'train.py' will output default configs. you can find them in your output dir, e.g.: `outputs/train/2025-05-19/16-29-03_xarm_act/checkpoints/last/pretrained_model` (and from there, config.json or dig deeper for training config) The error that you're getting...
I apologize I don't recall all of the details for exactly how I solved this, and there might be a standard/better way to address this, but it is possible to...
https://huggingface.co/blog/lerobot-datasets may be helpful
I agree :) I think you will be notified automatically but FYI I submitted a PR to close this issue.
Hi @jccalvojackson, I agree :) Although this may be a PR that the team would like to integrate as-is, a few of us have also been talking about possibly greater...
**Short version: Both are correct.** The photo from the instructions for Step 22 of the assembly guide is reversed for how I have assembled my arm. So I am going...
I'm having a problem that might be related. I get the same `"Your account does not have the necessary privileges"` error when trying to deploy functions. Then, when I run...
What worked for me... I went to [account tokens ](https://supabase.com/dashboard/account/tokens) to create a dedicated token and set `SUPABASE_PROJECT_REF` and `SUPABASE_ACCESS_TOKEN` environment variables. I then re-ran `supabase link...` which asked for...