Skip to content
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

Is the pre trained model you provided already trained data? I have a significant loss in the validation set testing after loading. #44

Open
chongchongjjj opened this issue Jan 21, 2024 · 4 comments

Comments

@chongchongjjj
Copy link

Is the pre trained model you provided already trained data? I have a significant loss in the validation set testing after loading.

@wenbowen123
Copy link
Owner

The validation loss cannot fully reflect the grasping performance. It's suggested to run the grasping to test.

@chongchongjjj
Copy link
Author

Sorry, I didn't make it clear. What I wanted to express was the training of nunocs. After loading the pre trained model you provided, the initial cross entropy loss is approximately over 20.

@wenbowen123
Copy link
Owner

Can you show the code you used to compute the loss and did you switch to eval mode for the model?
And have you tried running the grasping demo? If that works, it means the weights are loaded correctly.

@chongchongjjj
Copy link
Author

I just modified the train_ In the model loading section of the nunocs.py file, I loaded your pre trained nunucs model and annotated the code for the training loop section. I only used val loop to help me check the loss situation. What I want to reproduce is your other paper (behavioral cloning). Here, I only want to call the nunucs network and not run the code for the capture section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants