-
Notifications
You must be signed in to change notification settings - Fork 8
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
Uploaded trained model #1
Comments
Of course! but will only get to it mid next week |
My saved model appears to be broken :( I get an error that 8 bytes are missing when I try to load it. Honestly no idea how that happened... I uploaded the checkpoint to the data bucket if you want to try for yourself, if you do, let me know if you get the same error. The deserialized data should be a dict {"model": model state dict, ...} with some other entries as well. |
Thanks ! But unfortunately, I have the same 8 bytes missing issue. May be the problem is on your computer side when you try to save the model. Anyways, I am training again with the numpy version of Shepard-Metzler-5 you have provide and the training is going well. However, I really would like to test it on another dataset from GQN datasets as well. Is this possible if you can share the code you have used to convert those tfrecords into numpy so that I can further help to to fasten the process ? |
They will be uploaded soon :) For the conversion I'm basically using this https://github.com/l3robot/gqn_datasets_translator but modified to output numpy files instead of pytorch tensors. Then you just have to merge al the single numpy files. I'll upload the conversion file with the rest of the data anyway. |
Hello! Long time I didn't update the status and I am happy to see that you uploaded all dataset in numpy format but somehow I can not access them anymore. Is there something wrong? |
Yeah, my Google Cloud credit ran out. I already contacted the DeepMind guys if they want to host the numpy versions alongside the tfrecords, fingers crossed! |
Thank @jenspetersen I hope people from DeepMind will reply also. Please update me with future updates! |
It's already there :) data/convert_to_numpy.py |
Oh, I see! Thanks a lot, I haven't clone the latest repo so I didn't see it ahah :v |
@phongnhhn92 |
Thanks for your code ! Can you upload your trained model also. I would like to help to create the test function.
The text was updated successfully, but these errors were encountered: