Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AlexNetまたはVGG Netの正しいパラメーター数を指定できません。
たとえば、conv3-256VGG ネットのレイヤーのパラメーター数を計算するには、答えは 0.59M = (3*3)*(256*256)、つまり (カーネル サイズ) * (両方のチャネル数の積) です。ジョイントレイヤー)、しかし、その方法では、138Mパラメーターを取得できません。
conv3-256
138M
では、私の計算のどこが間違っているか、または正しい計算手順を教えていただけませんか?