Runtimeerror: weight should have at least two dimensions autokeras
Answers
Answered by
0
Answer:
Explanation:
This is the error in MlpModule.
Scenario when this error typically comes :- Each time the error comes , the last added operation in the log is either to_concat_skip_model OR to_add_skip_model .
Error can be avoided if you can figure out a way to prevent it from calling these two functions in the MLP module.
Similar questions