Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Jan 1, 2025
1 parent c1227bb commit a0428ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
39 changes: 2 additions & 37 deletions src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,8 @@
"logger" : {
"level" : "INFO",
"dir" : "./logs",
"tofile" : true,
"tofile" : false,
"datefmt" : "%Y-%m-%d, %H:%M:%S",
"filename_datefmt" : "%Y-%m-%d"
},

"sample-cities" : [
"New York",
"London",
"Tokyo",
"Pechino",
"Sydney",
"San Francisco",
"Berlino",
"Buenos Aires",
"Singapore",
"Rio de Janeiro",
"Miami",
"Dubai",
"Las Vegas",
"Marrakech",
"Helsinki",
"Oslo",
"Anchorage",
"New Orleans",
"Mumbai",
"Buffalo",
"Roma",
"Milano",
"Napoli",
"Torino",
"Trento",
"Bormio",
"Genova",
"Catania",
"Bologna",
"Firenze",
"Bolzano",
"Siena"
]
}
}
2 changes: 1 addition & 1 deletion src/train_neural_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from neural_networks.preprocessing import encode_label, apply_scaler
from neural_networks.models.lstm import LSTM
from neural_networks.training import train, test, validate
from neural_networks.training import train, test
from utils.terminal import getlogger
from utils.db import Database

Expand Down

0 comments on commit a0428ac

Please sign in to comment.