Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
b3e9af30
Commit
b3e9af30
authored
Jul 18, 2017
by
Ben Graham
Committed by
GitHub
Jul 18, 2017
Browse files
Update data.py
parent
b82dca0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/Chinese_handwriting/data.py
examples/Chinese_handwriting/data.py
+1
-1
No files found.
examples/Chinese_handwriting/data.py
View file @
b3e9af30
...
...
@@ -22,7 +22,7 @@ if not os.path.exists('pickle/'):
os
.
system
(
'mkdir -p t7/train/ t7/test/ POT/ pickle/'
)
os
.
system
(
'unzip OLHWDB1.1trn_pot.zip -d POT/'
)
os
.
system
(
'unzip OLHWDB1.1tst_pot.zip -d POT/'
)
os
.
system
(
'python
3
readPotFiles2.py'
)
os
.
system
(
'python readPotFiles2.py'
)
def
train
(
spatial_size
,
Scale
,
precomputeStride
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment