diff --git a/assignment_1/1_mlp_cnn/code/train_mlp_pytorch.py b/assignment_1/1_mlp_cnn/code/train_mlp_pytorch.py index a0b6bce..fcf3e3c 100644 --- a/assignment_1/1_mlp_cnn/code/train_mlp_pytorch.py +++ b/assignment_1/1_mlp_cnn/code/train_mlp_pytorch.py @@ -78,9 +78,7 @@ def train(): dnn_hidden_units = [int(dnn_hidden_unit_) for dnn_hidden_unit_ in dnn_hidden_units] else: dnn_hidden_units = [] - - neg_slope = FLAGS.neg_slope - + ######################## # PUT YOUR CODE HERE # #######################