Hello, when training with the DailyDialog dataset, the problem is:ValueError: Cannot create a tensor proto whose content is larger than 2GB.
Through analysis, it is found that the problem is in this line of code: A = tf.convert_to_tensor(value=A, dtype=tf.float32).
I want to ask how you handled this line of code when you were training at that time? I hope to get your reply. thank you!
Hello, when training with the DailyDialog dataset, the problem is:ValueError: Cannot create a tensor proto whose content is larger than 2GB.
Through analysis, it is found that the problem is in this line of code: A = tf.convert_to_tensor(value=A, dtype=tf.float32).
I want to ask how you handled this line of code when you were training at that time? I hope to get your reply. thank you!