amazon-science / CodeSage

CodeSage: Code Representation Learning At Scale (ICLR 2024)
https://code-representation-learning.github.io
Apache License 2.0
80 stars 3 forks source link

type fixed: batch_size->per_gpu_batch_size #11

Closed wasiahmad closed 5 months ago

wasiahmad commented 5 months ago

Issue #, if available:

Description of changes: In the bash scripts, we use the command line flag as "per_gpu_batch_size" but in the python script, we have used "batch_size". So, fixing it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.