You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm quite new to this package (I think this is really cool!) and wondering if I can copy the Flux model parameters to SimpleChains model. For your reference, I'm developing a machine-learned advection solver and I'm using neural network to estimate numerical flux in each time stepping. Here is the code I'm working on as an example
However, they gave me totally different results when I feed the same input dataset.
Flux estimation in several time steps using Flux.jl model
Flux estimation in several time steps using SimpleChains.jl model with the same parameters as the Flux.jl model
Do you have any idea why SimpleChains.jl model gave me very different results? I originally tried to train my model with SimpleChains.jl but likewise the model training was not successful so I chose to pass the parameters from Flux.jl and here I saw it's not very helpful so far. Any comments will help me out. Thank you so much!
The text was updated successfully, but these errors were encountered:
Hello,
I'm quite new to this package (I think this is really cool!) and wondering if I can copy the Flux model parameters to SimpleChains model. For your reference, I'm developing a machine-learned advection solver and I'm using neural network to estimate numerical flux in each time stepping. Here is the code I'm working on as an example
Flux.jl model
SimpleChains.jl model
I confirmed that both models have the same structure with same number of parameters.
After training the Flux model I passed the model parameters to SimpleChains parameter as below
However, they gave me totally different results when I feed the same input dataset.
Flux estimation in several time steps using Flux.jl model
Flux estimation in several time steps using SimpleChains.jl model with the same parameters as the Flux.jl model
Do you have any idea why SimpleChains.jl model gave me very different results? I originally tried to train my model with SimpleChains.jl but likewise the model training was not successful so I chose to pass the parameters from Flux.jl and here I saw it's not very helpful so far. Any comments will help me out. Thank you so much!
The text was updated successfully, but these errors were encountered: