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

Evaluator Memory #74

Open
bhack opened this issue Dec 11, 2023 · 0 comments
Open

Evaluator Memory #74

bhack opened this issue Dec 11, 2023 · 0 comments

Comments

@bhack
Copy link

bhack commented Dec 11, 2023

The append approach is going to require a lot of memory:

all_preds.append(pred_prob)

Also bypassing this and materialising each prediction in the else branch for each step the PAOT branch it is really consuming a lot of memory.
Any hint on why it has a so large overhead if we compare with the main branch also when limiting the max long term mem?

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