├── .gitignore ├── jigsaw.py ├── readme.md ├── rotation.py └── utils.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ -------------------------------------------------------------------------------- /jigsaw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akwasigroch/Pretext-Invariant-Representations/HEAD/jigsaw.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akwasigroch/Pretext-Invariant-Representations/HEAD/readme.md -------------------------------------------------------------------------------- /rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akwasigroch/Pretext-Invariant-Representations/HEAD/rotation.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akwasigroch/Pretext-Invariant-Representations/HEAD/utils.py --------------------------------------------------------------------------------