Closed rcannood closed 6 months ago
Fixes to methods based on the last benchmarking run:
lstm_gru_cnn_ensemble
nn_retraining_with_pseudolabels
scape
transformer_ensemble
[x] I have performed a self-review of my code
Check the correct box. Does this PR contain:
[ ] Proposed changes are described in the CHANGELOG.md
[x] CI Tests succeed and look good!
Describe your changes
Fixes to methods based on the last benchmarking run:
lstm_gru_cnn_ensemble
: More shared memnn_retraining_with_pseudolabels
: Use nvcr tensorflow image to ensure tensorflow is already installed with the proper cuda libraries.scape
: Use nvcr tensorflow image to ensure tensorflow is already installed with the proper cuda libraries.transformer_ensemble
: Increase memory size, and fix device passing to several helper functions.Checklist before requesting a review
[x] I have performed a self-review of my code
Check the correct box. Does this PR contain:
[ ] Proposed changes are described in the CHANGELOG.md
[x] CI Tests succeed and look good!