You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. run the Ex3 solution branch multiple times and there will be minor differentces in the output CSV.
At a quick glance this should be deterministic as message iteration order should be stable between subsequent runs, and < ops are used for distance checks rather than <=.
It could just be weird floating point comparisons, but I would have expected that to be stable as is. Might we worth checking without fmadd / debug build.
It would probably be best to provide a deterministic model for the tutorial.
The text was updated successfully, but these errors were encountered:
The model appears to be non-determinitic.
I.e. run the Ex3 solution branch multiple times and there will be minor differentces in the output CSV.
At a quick glance this should be deterministic as message iteration order should be stable between subsequent runs, and
<
ops are used for distance checks rather than<=
.It could just be weird floating point comparisons, but I would have expected that to be stable as is. Might we worth checking without fmadd / debug build.
It would probably be best to provide a deterministic model for the tutorial.
The text was updated successfully, but these errors were encountered: