728x90
Tensorflow 2.8 ๋ชจ๋์๋ฌ
*Optimizer ์ค ๊ฐ์ฅ ๋๋ฆฌ์ฐ์ด๋ Adam์ Update์ ๋ฌดํ๋๋ก ๋ฐ์ฐํ๋ ๊ฒ์ ์ฝ๊ฒ ๊ฐ์ ์ํจ Adamax
Sol)
from tensorflow.python.keras.optimizers import adamax_v2
opt = adamax_v2.Adamax(learning_rate=0.001)
๋ฐ์ํ
'๐พ Deep Learning' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Model Train Error] ๋ชจ๋ธ ํ์ต ์ ๋ฌดํ ๋ฃจํ /Unknown batch (0) | 2022.05.25 |
---|---|
[Kaggle ImageClassification] Image Training Trick (0) | 2022.05.24 |
[Cudnn Error] Could not locate zlibwapi.dll. Please make sure it is in your library path! (0) | 2022.05.17 |
[Image Classification] Kaggle - Birds 400 Species ResNet(1) (0) | 2022.05.15 |
[Image Classification] Kaggle - Birds 400 Species (0) (0) | 2022.05.12 |