xiangmian chen

Results 2 issues of xiangmian chen

Thank you for your nice work. My model use the densenet connections like: tensorFeat = torch.cat([self.moduleOne(tensorFeat), tensorFeat], 1) tensorFeat = torch.cat([self.moduleTwo(tensorFeat), tensorFeat], 1) tensorFeat = torch.cat([self.moduleThr(tensorFeat), tensorFeat], 1) tensorFeat =...

Hello, I am running 2x Intel E5-2680 v4 (28 Cores total) , and get CPU #XX warning: "can't bind memory". I want to figure out whether this warning will hurt...