ArtemioA opened this issue 2 months ago · 0 comments
!pip install deepxde import deepxde
data = dde.data.DataSet( col_x= np.array([1,2,3]), col_y= np.array([1,4,9]) )
¿Why gives error 'No training data'?