mirror of
				https://github.com/osmarks/nanogpt-experiments.git
				synced 2025-10-31 15:23:01 +00:00 
			
		
		
		
	meant to set always_save_checkpoint to False instead, so we only write when val improves
This commit is contained in:
		| @@ -7,7 +7,7 @@ eval_iters = 200 | ||||
| log_interval = 10 # don't print too too often | ||||
|  | ||||
| # we expect to overfit on this small dataset, so only save when val improves | ||||
| always_save_checkpoint = True | ||||
| always_save_checkpoint = False | ||||
|  | ||||
| wandb_log = False # override via command line if you like | ||||
| wandb_project = 'shakespeare-char' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrej Karpathy
					Andrej Karpathy