hello , I get an InvalidArgumentError when running dcrnn_train.py, it shows:
when I google it, someone said use smaller batch size but it doesn't work.
what do you think the error happens ?
I have not come this error. Are you using a new dataset? Can you try to comment the line, i.e.,
grads, _ = tf.clip_by_global_norm(grads, max_grad_norm) which is not essential to the training.
hello , I get an InvalidArgumentError when running dcrnn_train.py, it shows: when I google it, someone said use smaller batch size but it doesn't work. what do you think the error happens ?