Steve Wu
Results
2
issues of
Steve Wu
Hi! I found a type error caused by an invalid data type for Pandas index while running the tutorial code of https://earmingol.github.io/cell2cell/tutorials/Toy-Example-SingleCellPipeline/. My cell2cell version is `0.7.3` and Pandas version...
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...