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

How to unpack training.msgpack and show the training logs? #21

Closed
zhe-meng opened this issue Sep 12, 2018 · 2 comments
Closed

How to unpack training.msgpack and show the training logs? #21

zhe-meng opened this issue Sep 12, 2018 · 2 comments

Comments

@zhe-meng
Copy link

Thanks for your inspiring idea and the corresponding code.

I have run the cifar10 experiments in your code on the AWS cloud.
After i trained the network, the data logs were saved in the cloud. Then I downloaded the results files, such as, training.msgpack, but i don't know how to unpack it to show the training logs.

I have google and searched at stackoverflow. But i still have not find a way to show the logs.

Would you please show me how to unpack the .msgpack file and show the logs?

Thanks.

@tarvaina
Copy link
Contributor

tarvaina commented Sep 13, 2018 via email

@zhe-meng
Copy link
Author

@tarvaina
Thank you for the response!
I have found the problem in 'run_context.py'. The compress was set as ‘None’. So i cannot open it. Thank you.
def save(self): df = self._as_dataframe() df.to_msgpack(self.log_file_path, compress='None')

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