天天看點

TF-Slim 實作模型遷移/微調forward nettransfer_learning

參考:

  • 使用Keras API進行Tensorflow的Transfer Learning和Fine-Tuning
  • TF-slim實作自己資料模型微調
  • Fine-tuning a model from an existing checkpoint
  • TF-slim 調用slim提供的網絡模型訓練自己的資料
  • 遷移學習/fine-tuning
  • Pre-trained Models
  • Pre-training model
  • 使用tf-slim的inception_resnet_v2預訓練模型進行圖像分類
  • TensorFlow-Slim image classification model library

模型參數下載下傳:Pre-trained Models

注:這裡下載下傳的是 Checkpoint(ckpt) 檔案,隻有參數,沒有圖表結構(沒有.meta檔案)

參考 Exporting the Inference Graph将ckpt檔案轉成pb檔案

參考 Tensorflow-pb儲存與導入

forward net

transfer_learning

繼續閱讀