├── CNN.py ├── LICENSE ├── OS-CNN.py ├── README.md ├── _config.yml └── cross-entropy loss and accuracy.png /CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/CNN.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/LICENSE -------------------------------------------------------------------------------- /OS-CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/OS-CNN.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/_config.yml -------------------------------------------------------------------------------- /cross-entropy loss and accuracy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRIS-CV/OSLNet/HEAD/cross-entropy loss and accuracy.png --------------------------------------------------------------------------------