|
|
|
|
|
by Zamiel_Snawley
633 days ago
|
|
If they provide the training code, and data set, how is that not enough to reproduce functionally equivalent weights? I don’t have any experience in the AI field, what else would they need to provide/define? As others have mentioned, reproducible builds can be quite difficult to achieve even with regular software. Compiler versions, build system versions, system library versions, time stamps, file paths, and more often contribute to getting non-identical yet functionally equivalent binaries, but the software is still open source. |
|