学习率的改变

import tensorflow as tf;   import numpy as np;   import matplotlib.pyplot as plt;      learning_rate = 0.1   decay_rate = 0.96   global_steps = 1000   decay_steps = 100      global_ = tf.Variable(tf.c
相关文章
相关标签/搜索