mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Make quote style consistent (#891)
This commit is contained in:
committed by
GitHub
parent
9276edbc37
commit
7ca7c47e4a
@@ -118,7 +118,7 @@ if __name__ == "__main__":
|
||||
print(f"Total hyperparameter configurations: {total_combinations}")
|
||||
|
||||
# Placeholder for the best loss and best hyperparameters
|
||||
best_val_loss = float('inf')
|
||||
best_val_loss = float("inf")
|
||||
best_hparams = {}
|
||||
|
||||
script_path = os.path.abspath(__file__)
|
||||
|
||||
Reference in New Issue
Block a user