CNN forward function , AutoTuning the number of layers

前端 未结 0 1958
暗喜
暗喜 2020-12-15 13:33
class ConvolutionalNetwork(nn.Module):
    def __init__(self, in_features, trial):
        # we optimize the number of layers, hidden units and dropout ratio in each         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题