Update gitignore

This commit is contained in:
nlitkowski 2019-06-10 00:37:01 +02:00
parent 00e884422d
commit 945ad8ce12
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
.vscode/
*/__pycache__/
*__pycache__*
*tex
Images/TrainingImages/
Model/bottleneck/

View File

@ -199,7 +199,7 @@ if __name__ == "__main__":
if args.output_layer:
output_layer = args.output_layer
classify(model_file=model_file, label_file=label_file, input_height=input_height, input_width=input_width,
classify_files(model_file=model_file, label_file=label_file, input_height=input_height, input_width=input_width,
input_mean=input_mean, input_std=input_std, input_layer=input_layer, output_layer=output_layer)
# for i in top_k: