問題タブ [wandb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Jupyter Lab での wandb トレーニングによるカーネルの強制終了
私のjupyterでは、batch_size=8でモデルをトレーニングできますが、wandbを使用すると、常に9回の反復後にプロセスが強制終了され、カーネルが再起動します。さらに奇妙なのは、colab で同じコードが機能したことですが、私の GPU (RTX 3080) ではプロセスを完了できません。
この問題を克服する方法を知っている人はいますか?
編集:カーネルが勾配を wandb に記録しようとするたびに停止することに気付きました。これは解決できますか?
wandb を使用したコード:
wandb のないコード: