転移学習を簡単にまとめると、訓練済みのモデルがもつ特徴量を引き出す能力を利用する方法です。 例えば、ImageNetで訓練されたモデルを異なるデータセットへ適用して微調整をおこないます。 また、物体識別でバックボーン(特徴量を引きだす層)として ...
. ├── main.py # Main entry point (train / eval) ├── train.py # Training loop ├── evaluate.py # Evaluation on test set ├── config.py # Hyperparameters and paths ├── compare.py # ViT vs ResNet ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 batch_size ...