エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to extract features of an image from a trained model
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to extract features of an image from a trained model
Hi all, I try examples/imagenet of pytorch. It is awesome and easy to train, but I wonder how can... Hi all, I try examples/imagenet of pytorch. It is awesome and easy to train, but I wonder how can I forward an image and get the feature extraction result? After I train with examples/imagenet/main.py, I get model as, model_best.pth.tar And I load this file with model = torch.load('model_best.pth.tar') which gives me a dict. How can I use forward method to get a feature (like fc7 layer’s output of

