Skip to content

Commit

Permalink
Add graphs for VGG16 (100 epochs)
Browse files Browse the repository at this point in the history
  • Loading branch information
GKalliatakis committed Jun 22, 2018
1 parent 9d56822 commit f0e5296
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions engine/bottleneck_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
now = datetime.datetime.now


epochs = 1
epochs = 100

# Base directory of raw jpg/png images
base_dir = '/home/sandbox/GKalliatakis-GitHub Account/Traffic-Analysis/dataset/MotorwayTraffic'
base_dir = '/home/sandbox/GKalliatakis-GitHub Account/Traffic_Analysis_Image_Dataset/dataset/MotorwayTraffic'

# Base directory for saving the trained models
base_dir_trained_models = '/home/sandbox/GKalliatakis-GitHub Account/Traffic-Analysis/trained_models/'
base_dir_trained_models = '/home/sandbox/GKalliatakis-GitHub Account/Traffic_Analysis_Image_Dataset/trained_models/'
bottleneck_features_dir = os.path.join(base_dir_trained_models, 'bottleneck_features/')
logs_dir = os.path.join(base_dir_trained_models, 'logs/')

Expand Down
2 changes: 1 addition & 1 deletion engine/elapsed_time.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VGG16_avg: 0:01:47.604987
VGG16_avg: 3:08:58.937024
Binary file added examples/vgg16_100_epochs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/vgg16_100_epochs_loss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0e5296

Please sign in to comment.