Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 2, 2023
1 parent 4e08106 commit e71a530
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ def __call__(

if use_cuda:
logging.info('lstm input')
logging.info(inputs)
jax.debug.print(inputs)
# logging.info(inputs)
y, h, c = rnn.lstm(
x=inputs, h_0=h_0, c_0=c_0, weights=weights,
seq_lengths=seq_lengths, input_size=input_size,
Expand Down

0 comments on commit e71a530

Please sign in to comment.