adaptive-computation-time-pytorch icon indicating copy to clipboard operation
adaptive-computation-time-pytorch copied to clipboard

Alex Graves' Adaptive Computation Time in PyTorch

Results 2 adaptive-computation-time-pytorch issues
Sort by recently updated
recently updated
newest added

In (line 265)[https://github.com/zphang/adaptive-computation-time-pytorch/blob/938bb797eb7ba095afd3e4df7788fc74b736636b/act/models.py#L265], the `accum_hx ` is divided by the `step_count` after weighting by the halting probability (line 252). But in the original paper, s_t is only weighted by the...

Nice code,but I am confused about why accum_h is added twice in models.py 248 row and 252 row. I think 248 row should be deleted.