-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MethodError: no method matching length(::Nothing) #498
Comments
I can't run that. |
okay let me upload the whole code
|
The fix is in #499 and should merge tomorrow. |
ChrisRackauckas
added a commit
that referenced
this issue
Mar 4, 2021
* fix bounds translation fixes #498 * patch release
Parvfect
added a commit
to Parvfect/DiffEqFlux.jl
that referenced
this issue
Mar 29, 2022
Considering the amount of code rewritten, it makes more sense to define it as a struct or purely define one ff layer that encapsulates a fourier feature encoding and dense layers and then have a different file where users can create msff networks using FastChains or a new file for Networks that are defined using general FastChains. Addtionally, bias is not included because of my lack of understanding of including it in a solitary function. It has not been rigirously tested, although it seems to compile. I did get an inexact error that I couldn't debug when trying to run some operations, I would need some help to tackle the issue now that I know the general way that the network can be implemented.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was trying to predict parameters for duffing equation using BlackBoxOptim. It worked in julia 1.5.1 but not working in julia 1.5.3
and throwing error-**MethodError: no method matching
length(::Nothing)**
The text was updated successfully, but these errors were encountered: