Closed AdityaN1198 closed 1 year ago
Replaced 'set' with 'OrderedSet' to fix reproducibility issue. Set in unordered and therefore causes reproducibility issues when the script is ran multiple times. Replacing it with OrderSet (pip install ordered-set) solves this issue.
Added 'ordered-set>=4.1.0' in setup.py
This breaks compatibility with Python 3.6. 'ordered-set>=4.1.0' requires Python >= 3.7.
Replaced 'set' with 'OrderedSet' to fix reproducibility issue. Set in unordered and therefore causes reproducibility issues when the script is ran multiple times. Replacing it with OrderSet (pip install ordered-set) solves this issue.
Added 'ordered-set>=4.1.0' in setup.py