gpt-2-simple
gpt-2-simple copied to clipboard
Bug when loading 1558M for finetuning
This is my first issue so sorry for the faux pas. 1558M fails to load for finetuning. I have access to a p100 and 30 GB of ram. I don't get any OOM warnings or see my ram usage jump up. If I wait, the code eventually becomes unresponsive. It is before line 256 print('Loading checkpoint', ckpt) because it never prints this.
I have isolated the bug to line 244 sess.run(tf.compat.v1.global_variables_initializer())