wzmsltw / BSN-boundary-sensitive-network

Codes of our paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why multi 0.01 before sigmoid function?

YanZhang-bit opened this issue · comments

"x = torch.sigmoid(0.01*self.conv3(x))" why multi 0.01 before sigmoid function?