tsinghua-fib-lab / CLSR

The official implementation of "Disentangling Long and Short-Term Interests for Recommendation" (WWW '22)
MIT License
71 stars 19 forks source link

Tensorflow版本问题 #4

Closed lypla closed 2 years ago

lypla commented 2 years ago

感谢作者的贡献,我想咨询一下您用的Tensorflow版本是1.15.2吗,为什么我用这个版本的tf跑代码的时候,一直报TF警告,比如The name tf.train.AdamOptimizer is deprecated. Please use tf.compat.v1.train.AdamOptimizer instead.之类的

DavyMorgan commented 2 years ago

warning不影响运行的哈,我后续会考虑优化一下