Commit 826d2452 authored by Mostofa Patwary's avatar Mostofa Patwary
Browse files

fix of few uninitialized varibles

parent 1f3f834c
......@@ -87,7 +87,6 @@ def main():
# Generate samples.
if args.num_samples == 0:
args.batch_size = 1
print(args.sample_input_file)
if args.sample_input_file != None:
generate_samples_input_from_file(model)
else:
......
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