... out_features = trial.suggest_int(f'n_units_l{i}', 4, 128) layers.append(torch.nn.Linear(in_features, out_features)) layers.append(torch.nn.
確定! 回上一頁