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

Restructuring output #7

Open
htjb opened this issue Jun 15, 2022 · 0 comments
Open

Restructuring output #7

htjb opened this issue Jun 15, 2022 · 0 comments

Comments

@htjb
Copy link
Owner

htjb commented Jun 15, 2022

It would be good if the code could output a single pickled file with the current contents of T_release/, for example, accessible with something like

emu = globalemu.load('T_release.pkl')
emu.evaluate(params)
redshift = emu.z
# etc...

This would make the output more compact and easier to share. It will require some significant editing to the code though I believe. I previously tried to do this and ran into issues where I was trying to pickle an already pickled tensorflow object but I think we can get around this in the future with a bit more thought.

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

1 participant