2019-03-12

今日技术收获:

1. nn.relu(inplace=true) and nn.relu(true) is not suitable for resnet x=out(x)+x. will cause problems.

To deal with this, just ignore the flag=true inside the bracket. 

nn.relu(inplace=true)---->nn.relu()

2.latex: \cite{\cite{}} lead to the problems: capacity out of load for latex

fail to generate the pdf file. If we come across this warning error, notice that some minor typos should have occurred in someplace of the paper.

你可能感兴趣的:(2019-03-12)