pointer-generator
pointer-generator copied to clipboard
Question about GPU memory
Hi, very sorry for bothering you. I have a question. when the gpu memory is '24GB', batch_size = 1, how much is the 'max_enc_steps' and 'max_dec_steps'. I only have a gpu whose memory is '12GB', and when I increase 'max_enc_steps' to '1000', increase 'max_dec_steps' to '250', it has an error 'out of memory'. And I want to buy a 24GB gpu. So, I want to know the max length limit of 'max_enc_steps' and 'max_dec_steps' when I have a 24GB gpu ahead of time. And Thank you very much.