lululxvi/deepxde

No Training Data Error

ArtemioA opened this issue · 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'?