1. ホーム
  2. Web制作
  3. HTML/Xhtml

ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード

2022-01-21 15:59:57

効果

コード内の画像は自分で変更することができます

ドロップダウンメニューのHTMLコード

    optimizer.zero_grad() to clear the past gradients.
    loss.backward() back-propagates, computing the current gradient.
    optimizer.step() updates the network parameters based on the gradient

or this case
    for i in range(num):
        loss+=Loss(input,target)
    optimizer.zero_grad() clears the past gradients.
    loss.backward() back-propagate and compute the current gradient.
    optimizer.step() update the network parameters according to the gradient

ドロップダウンメニューのCSSコード

.backward()

上記のコードを書いた後、cssのリセットコードを追加する必要があり、そのコードは以下の通りです。

    optimizer.zero_grad() clears the previous gradient.
    loss1.backward(retain_graph=True) backpropagate and compute the current gradient.
    loss2.backward(retain_graph=True) backward propagation, calculate current gradient.
    optimizer.step() updates the network parameters according to the gradient

この記事は、HTML + CSSのナビゲーションバーのドロップダウンメニューのサンプルコードを達成するために、このに導入され、より関連するHTML + CSSナビゲーションバーのドロップダウンメニューの内容は、以前の記事のスクリプトの家を検索するか、次の関連記事を閲覧し続け、私はあなたが将来的には、スクリプトの家をサポートして願っています