Skip to content

Commit b32ce1b

Browse files
committed
removed directories from training data paths and replaced them with generic names and deleted unnecessary files used for tracking results as well as some unnecessary imports
1 parent 6ec2a8d commit b32ce1b

10 files changed

Lines changed: 31 additions & 4422 deletions

File tree

Code and results of each model/1.Comparison Transferlearning Densenet201/1. Model+code/TransferLearningTest.ipynb

Lines changed: 1 addition & 704 deletions
Large diffs are not rendered by default.

Code and results of each model/2.Comparison Transferlearning LOCAL YOLOV8/1. Model+code/PYTORCH.ipynb

Lines changed: 22 additions & 1640 deletions
Large diffs are not rendered by default.

Code and results of each model/3.Comparison Transferlearning MobileNet/1. Model+code/TransferLearningTest.ipynb

Lines changed: 1 addition & 704 deletions
Large diffs are not rendered by default.

Code and results of each model/3.Comparison Transferlearning MobileNet/3. Results/Results.ipynb

Lines changed: 1 addition & 333 deletions
Large diffs are not rendered by default.

Code and results of each model/4.Comparison Transferlearning RESnet152/1. Model+code/TransferLearningTest.ipynb

Lines changed: 4 additions & 707 deletions
Large diffs are not rendered by default.

Code and results of each model/4.Comparison Transferlearning RESnet152/3. Results/Results.ipynb

Lines changed: 1 addition & 333 deletions
Large diffs are not rendered by default.

Code and results of each model/5.Comparison Transferlearning VGG19/1. Model+code/TransferLearningTest.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": [
99
"import tensorflow as tf\n",
1010
"import matplotlib.pyplot as plt\n",
11-
"from tensorflow.keras.applications import VGG16 , ResNet50, ResNet152V2 ,VGG19, MobileNetV2, DenseNet201 , NASNetLarge\n",
11+
"from tensorflow.keras.applications import VGG19\n",
1212
"from tensorflow.keras.models import Sequential\n",
1313
"from tensorflow.keras.layers import Dense, Flatten, Dropout\n",
1414
"from tensorflow.keras.optimizers import Adam\n",

0 commit comments

Comments
 (0)