Sapana Chaudhary
Sapana Chaudhary
Hello! I am hoping to compute perplexity of my locally trained/updated GPT2 model. I have my model saved as a pytorch_model.bin. How can I provide path to my local model...
> does the following work? > > ```python > perplexity.compute(predictions=texts, model_id='PATH_TO_MY_MODEL') > ``` This works, thanks! I was previously trying to provide path to a model.pt saved with torch. When...
Thank you for the reference to the urdf file. Considering x and y axis as below: If the action dimensions are in the same order as prop_links in the urdf...
Just a few followup questions: 1. Are you using garage from the local src/garage folder or the one from pip installation? Because pip installed package doesn't have garage/envs/mujoco/mujoco/core folder. 2....