In Rnn , lets assume that our data.bptt is 70 and our batch size is 64 . So our input size is 64X70 , where each line is of length 70. Now does the weight update occurs after every sentence that is after every 70 words or after every batch .
In Rnn , lets assume that our data.bptt is 70 and our batch size is 64 . So our input size is 64X70 , where each line is of length 70. Now does the weight update occurs after every sentence that is after every 70 words or after every batch .