<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aipacommander</author_name>
  <author_url>https://blog.hatena.ne.jp/aipacommander/</author_url>
  <blog_title>ITの隊長のブログ</blog_title>
  <blog_url>https://aipacommander.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Tensorflow</anon>
  </categories>
  <description>ハマった import tensorflow as tf # fine tuningしたいのでvgg16のモデルをロード vgg16 = tf.keras.applications.VGG16(include_top=False, input_shape=(100, 100, 3)) for l in vgg16.layers: l.trainable = False x = tf.keras.layers.Flatten()(vgg16.output) x = tf.keras.layers.Dense(512, activation='relu')(x) output = tf.keras…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faipacommander.com%2Fentry%2F2019%2F05%2F14%2F000250&quot; title=&quot;Tensorflow2系で指定したレイヤーから勾配を取得したい場合 - ITの隊長のブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-14 00:02:50</published>
  <title>Tensorflow2系で指定したレイヤーから勾配を取得したい場合</title>
  <type>rich</type>
  <url>https://aipacommander.com/entry/2019/05/14/000250</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
