dragen1860 / TensorFlow-2.x-Tutorials

TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
6.38k stars 2.23k forks source link

Update layer_model.py #24

Closed kelvinkoh0308 closed 5 years ago

kelvinkoh0308 commented 5 years ago

add_variable will be deprecated in the future, use add_weight instead