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

Recording/reporting of runtime and/or memory requirements #20

Open
sgbaird opened this issue Jul 29, 2022 · 3 comments
Open

Recording/reporting of runtime and/or memory requirements #20

sgbaird opened this issue Jul 29, 2022 · 3 comments

Comments

@sgbaird
Copy link
Member

sgbaird commented Jul 29, 2022

No description provided.

@kjappelbaum
Copy link

Very important point!

I tried to implement this once and I found it hard to do it well across multiple OSs. Perhaps it is easier to use something like weights and biases that already has it built in (or copy the code they have)

@kjappelbaum
Copy link

kjappelbaum commented Jun 30, 2023

One package for memory profiling that is not actively maintained anymore: https://github.com/pythonprofilers/memory_profiler/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

but looking at the code in wandb, it is really a can of worms https://github.com/wandb/wandb/tree/e41643b4e7dc93435940667b22bfe6980e1f57dd/wandb/sdk/internal/system/assets

@sgbaird
Copy link
Member Author

sgbaird commented Jul 1, 2023

Hmm, yeah maybe the 1st solution even though it's not actively maintained. IIRC, wandb gave me some headaches with installation in a different project before

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