From dfa3664a0f56445b023020a0ddb5eedc2780169a Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期三, 13 九月 2017 21:38:25 +0800
Subject: [PATCH] Center crop instead of random crop for testing.
---
practice/load_AFLW.ipynb | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/practice/load_AFLW.ipynb b/practice/load_AFLW.ipynb
index f67ca90..edac84d 100644
--- a/practice/load_AFLW.ipynb
+++ b/practice/load_AFLW.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 22,
+ "execution_count": 1,
"metadata": {
"collapsed": true
},
@@ -23,7 +23,7 @@
},
{
"cell_type": "code",
- "execution_count": 23,
+ "execution_count": 2,
"metadata": {
"collapsed": true
},
@@ -36,7 +36,7 @@
},
{
"cell_type": "code",
- "execution_count": 24,
+ "execution_count": 3,
"metadata": {
"collapsed": false
},
@@ -128,7 +128,8 @@
" raise ValueError('Error: I cannot find the file specified: ' + str(input_path))\n",
"\n",
"#Once finished the iteration it closes the database\n",
- "c.close()"
+ "c.close()\n",
+ "print 'Done'"
]
},
{
--
Gitblit v1.8.0