dalinvip / cnn-lstm-bilstm-deepcnn-clstm-in-pytorch

In PyTorch Learing Neural Networks Likes CNN、BiLSTM
Apache License 2.0
1.22k stars 341 forks source link

model_CNN.py中self.fc1,和self.fc2没有定义 #6

Closed redinton closed 5 years ago

redinton commented 5 years ago

model/model_CNN.py中115,116行中的self.fc1,和self.fc2没有定义,另外想请教一下为什么用了BN就要再多定义一个隐层?

dalinvip commented 5 years ago

ok,默认batch_norm是False,疏忽了这个定义,thanks.