File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 930
930
" \n " ,
931
931
" history_fine = model.fit(train_dataset,\n " ,
932
932
" epochs=total_epochs,\n " ,
933
- " initial_epoch=history.epoch[-1]+1 ,\n " ,
933
+ " initial_epoch=len( history.epoch) ,\n " ,
934
934
" validation_data=validation_dataset)"
935
935
]
936
936
},
1081
1081
" \n " ,
1082
1082
" To learn more, visit the [Transfer learning guide](https://www.tensorflow.org/guide/keras/transfer_learning).\n "
1083
1083
]
1084
- },
1085
- {
1086
- "cell_type" : " code" ,
1087
- "execution_count" : null ,
1088
- "metadata" : {
1089
- "id" : " uKIByL01da8c"
1090
- },
1091
- "outputs" : [],
1092
- "source" : []
1093
1084
}
1094
1085
],
1095
1086
"metadata" : {
1096
1087
"accelerator" : " GPU" ,
1097
1088
"colab" : {
1098
1089
"name" : " transfer_learning.ipynb" ,
1099
- "private_outputs" : true ,
1100
1090
"toc_visible" : true
1101
1091
},
1102
1092
"kernelspec" : {
You can’t perform that action at this time.
0 commit comments