-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError of SDK #40
Comments
I can run demo code of trace, but grasp failed again |
Did you modify the demo code? |
@sun123-cmd @chenxi-wang Hi.. Contract for your excellent work. Could you plz explain your road map for installing anygrasp_sdk. |
Hello! I' m using torch 2.1.0+cu118, installed by pip as: pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu118 |
@sun123-cmd thank you very much your prompt reply , Sure I will go trough with 2.1.0+cu118 . will see 🙃 |
While trying to run the demo file, error occurs as
IndexError:tuple index out of range
However, I followed your readme file while building the environment and succeed in the past.
I wonder whether the error caused by my environment or SDK?
The text was updated successfully, but these errors were encountered: