This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For display purposes, 100% is rounded down to 99% | |
O's turn: | |
- - - - - - - | |
- - - - - - - | |
- - - - - - X | |
- - X O - - X | |
- - O X - - O | |
- X O X - - O | |
-------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
"""Inception V3 model for Keras. | |
Note that the input image format for this model is different than for | |
the VGG16 and ResNet models (299x299 instead of 224x224), | |
and that the input preprocessing function is also different (same as Xception). | |
# Reference | |
- [Rethinking the Inception Architecture for Computer Vision](http://arxiv.org/abs/1512.00567) |
OlderNewer