Edit ‘the_seventy_maxims_of_maximally_effective_machine_learning_engineers’

This commit is contained in:
osmarks
2025-10-03 11:10:07 +00:00
committed by wikimind
parent d754e9eb6d
commit 87699449ba

View File

@@ -43,7 +43,7 @@ Based on [[https://schlockmercenary.fandom.com/wiki/The_Seventy_Maxims_of_Maxima
*. “Do you have a checkpoint?” means “I cant fix this training run.”
*. “Theyll never expect this activation function” means “I want to try something non-differentiable.”
*. If its a hack and it works, its still a hack and youre lucky.
*. If it can parallelize inference, it can double as a space heater.
*. If it will run inference, it will double as a space heater.
*. The size of the grant is inversely proportional to the reproducibility of the results.
*. Dont try to save money by undersampling.
*. Dont expect the data to cooperate in the creation of your dream benchmark.