Commit d70bfbf9 authored by 赵威's avatar 赵威

try numba

parent 33a61290
......@@ -92,7 +92,7 @@ def _bytes_feature(value):
return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
@numba.jit(nopython=True, parallel=True)
@numba.jit(nopython=True)
def _make_example(inputs):
time_1 = timeit.default_timer()
int_columns = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment