Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Temp fix for beam search top k eval metrics (#273) #274

Closed
wants to merge 1 commit into from

Conversation

emilysw
Copy link

@emilysw emilysw commented Feb 8, 2019

Summary:
Pull Request resolved: #273

This diff gets rid of the memory surge that occurs when trying to store top k nodes during metrics calculation. It removes the logic that involves processing the trees into nodes for top k.

With this diff, top k frame accuracy will appear on the UI as 0. Meanwhile, we will work on investigating the reason why the top k nodes cause the memory surge.

Differential Revision: D13996416

Summary:
Pull Request resolved: facebookresearch#273

This diff gets rid of the memory surge that occurs when trying to store top k nodes during metrics calculation. It removes the logic that involves processing the trees into nodes for top k.

With this diff, top k frame accuracy will appear on the UI as 0. Meanwhile, we will work on investigating the reason why the top k nodes cause the memory surge.

Differential Revision: D13996416

fbshipit-source-id: 479be4d90e0d89354ed3595fc5d4303afafaa7ad
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants