Lines Matching +full:disk +full:- +full:version
4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=g-bad-import-order
26 import os # pylint: disable=duplicate-code
29 import numpy as np # pylint: disable=duplicate-code
32 logdir = "logs/scalars/" + datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
37 reshaped_data = tf.reshape(data, [-1, 3, 1])
112 model_path, # pylint: disable=unused-argument
113 train_len, # pylint: disable=unused-argument
134 for data, label in test_data: # pylint: disable=unused-variable
145 validation_steps=int((valid_len - 1) / batch_size + 1),
159 # Save the model to disk
167 # Save the model to disk
174 difference = basic_model_size - quantized_model_size
180 parser.add_argument("--model", "-m")
181 parser.add_argument("--person", "-p")