├── README.md ├── augmentation.py ├── datasets.py ├── linearevaluation.py ├── losses.py ├── models.py └── pretraining.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/README.md -------------------------------------------------------------------------------- /augmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/augmentation.py -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/datasets.py -------------------------------------------------------------------------------- /linearevaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/linearevaluation.py -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/losses.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/models.py -------------------------------------------------------------------------------- /pretraining.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garder14/byol-tensorflow2/HEAD/pretraining.py --------------------------------------------------------------------------------