google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stochdepth_rate in NFNets

YilanWang opened this issue · comments

thanks for this great job, and I have a question, the block_stochdepth_rate in nfnets is:
block_stochdepth_rate = stochdepth_rate * index / num_blocks
but the index is set to 0 in

index = 0 # Overall block index

So the block_stochdepth_rate is always 0, isn't it?
thanks!