摘要:
densenet 中文汉字手写识别,代码如下: densenet模型参考:https://github.com/taki0112/Densenet-Tensorflow 效果: Eval a batch the step 34001.0 test accuracy: 0.765625 Eval a 阅读全文
摘要:
Use trained sklearn model with pyspark from pyspark import SparkContext import numpy as np from sklearn import ensemble def batch(xs): yield list(xs) 阅读全文