Adapt to a new data with different dimension #161
snehashis-roy
started this conversation in
General
Replies: 1 comment 1 reply
-
As @stes stated in this answer here, you need to use "adapt = True"- #160 I suggest checking out the user documentation on this feature. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to train on one dataset but apply to new dataset with different number of columns, so that the number of neurons differ.
Here is my template training code,
I am getting a following error:
Here is the trained model trained on a 7200x335 matrix, while the test data is 7198x362.
I appreciate any help to fix my code to adapt to a new data.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions