We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I am encountering a gpu memory issue in metric evaluations.
I am using the following metrics:
metrics: - id: meteor args: {} - id: rouge - id: bleu args: {} - id: bert_score # TODO AM running into cuda memory insufficient here args: language: en - id: cider - id: diversity args: {}
On monitoring the GPU usage for the card hosting the metric models, I see a steady increase in memory occupied:
initial: +-------------------------------+----------------------+----------------------+ | 7 Tesla V100-SXM2... On | 00000000:00:1D.0 Off | 0 | | N/A 51C P0 71W / 300W | 3514MiB / 32768MiB | 0% Default | | | | N/A | at 200 epochs +-------------------------------+----------------------+----------------------+ | 7 Tesla V100-SXM2... On | 00000000:00:1D.0 Off | 0 | | N/A 53C P0 73W / 300W | 22171MiB / 32768MiB | 0% Default | | | | N/A |
Any idea what might be causing this? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I am encountering a gpu memory issue in metric evaluations.
I am using the following metrics:
On monitoring the GPU usage for the card hosting the metric models, I see a steady increase in memory occupied:
Any idea what might be causing this?
Thanks
The text was updated successfully, but these errors were encountered: