Commit e41c6242 authored by 赵威's avatar 赵威

try data

parent d70bfbf9
......@@ -92,7 +92,7 @@ def _bytes_feature(value):
return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
@numba.jit(nopython=True)
@numba.jit(parallel=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