Results 2 issues of Sarem Seitz

Hi, since I have updated keras from 2.0.4 to 2.2.0, I am getting line 76, in build weight = self.layer.kernel AttributeError: 'LSTM' object has no attribute 'kernel' when trying to...

Hi, hope this suffices as an MWE: ``` using Pkg packages = [ Pkg.PackageSpec(;name="ForwardDiff", version="0.10.36") Pkg.PackageSpec(;name="ReverseDiff", version="1.15.1"), Pkg.PackageSpec(;name="Zygote", version="0.6.67") Pkg.PackageSpec(;name="KernelFunctions", version="0.10.60") Pkg.PackageSpec(;name="Distributions", version="0.25.104") ] Pkg.add(packages) using ForwardDiff, ReverseDiff, Zygote, Distributions,...