Good day, everyone. I am trying to follow this tutorial from DiffEqFlux.
During the second step of the tutorial, we have to create a TensorLayer to perform 10th order expansions in a Legendre Basis using the following code:
A = [LegendreBasis(10), LegendreBasis(10)]
which results in
I imagined that I forgot to install a dependency from DiffEqFlux.jl so I reinstalled and loaded the library just to be sure, but to no avail. Is this a deprecated function in the current version and the tutorial is outdated?
Thank you and regards.