Skip to content

Commit

Permalink
first-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzpr committed Feb 22, 2023
1 parent 7fc282d commit bb89c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HousePrice/src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def loss(z, y):
optim = optim.Adam(model.parameters(), lr=learning_rate)

step = 0
right_num = 0
right_num = 0.
for epoch in range(1, EPOCHS+1):

print(f'================第{epoch}轮================')
Expand Down

0 comments on commit bb89c85

Please sign in to comment.