-
Notifications
You must be signed in to change notification settings - Fork 18
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
RBF code #2
Comments
Hello, thank your for reaching out yes the first parameters is your output_dim for my case its 34 i forgot to change it in the readme, tell me where did you find a problem? im happy to help. |
Thank you so much for your reply,
So I updated on your code, I used
instead of :
and then commented this
My problem I can not run the code in correct way yet, I got on this error: Please i need your appreciated help. |
This is all the code:
|
There is no answer!! :( |
I am also having the same issue :( Did you end up fixing it in the end? |
Could you help me to understand why you used here:
rbflayer = RBFLayer(34, initializer=InitCentersKMeans(X_train), betas=3.0,input_shape=(568,)):
34 as output_dim ?
I am trying to use this code on my dataset but I have problem.
any help please?
The text was updated successfully, but these errors were encountered: