Fork me on GitHub
摘要: import osos.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'import tensorflow as tfimport matplotlib.pyplot as plt# z=sin(x)+sin(y)def func(x): # x的shape是(b,2) # 阅读全文
posted @ 2020-11-07 09:48 我们都会有美好的未来 阅读(101) 评论(0) 推荐(0)