Skip to content

Commit

Permalink
Generalize finetune
Browse files Browse the repository at this point in the history
  • Loading branch information
michellemli committed Dec 30, 2023
1 parent 26c529d commit 877f0cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions finetune_pinnacle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

def create_parser():
parser = argparse.ArgumentParser()

parser.add_argument("--model", type=str, default="torch_mlp")

# Model hyperparameters
parser.add_argument("--hidden_dim_1", type=int, default=64, help="1st hidden dim size")
parser.add_argument("--hidden_dim_2", type=int, default=32, help="2nd hidden dim size, discard if 0")
parser.add_argument("--hidden_dim_3", type=int, default=0, help="3rd hidden dim size, discard if 0")
Expand Down

0 comments on commit 877f0cb

Please sign in to comment.