|
|
|
|
|
by nl
3297 days ago
|
|
While this sounds like it should be true, in practice it isn't. See for example the TF vs Torch implementations of Pix2Pix https://github.com/affinelayer/pix2pix-tensorflow (at the bottom of the page). The reasons for this are many: different order of operations, failure to propagate random seeds, different order of processing files etc. I don't think there is a structured study of this so that would be a great thing to do! |
|