|
|
|
|
|
by Eridrus
2936 days ago
|
|
One of the more surprising things about ML is that it can look like it's working, even when there are horrible bugs. This makes testing even more important than usual, but testing ML systems is even harder than testing normal software, so you're in a shitty place either way. ML ends up being this sort of bimodal level of difficulty, either it's super easy and everything works without much effort (it happens sometimes), or it doesn't work quite how well you need it to and you should probably be ready to sinks many months into it. |
|