Hi,
Thank you for amazing works.
I'm encountering an issue while attempting to generate a knockdown model and would appreciate some help. I have successfully followed the tutorial to generate model_common. However, I am facing the following error when trying to generate model_ko:
Error in `tibble()`:
! Tibble columns must have compatible sizes.
• Size 500: Existing data.
• Size 100: Column at position 6.
ℹ Only values of size one are recycled.
I suspect the issue may arise from generating a more complex tf_network where I did not use the default nrow(backbone$module_info). Here is the code I used to generate model_common:
I suspect the issue may be related to not using the default number of rows when generating tf_network. Is there a way to resolve this issue, or how should I correctly generate a more complex tf_network?
Hi, Thank you for amazing works. I'm encountering an issue while attempting to generate a knockdown model and would appreciate some help. I have successfully followed the tutorial to generate model_common. However, I am facing the following error when trying to generate model_ko:
I suspect the issue may arise from generating a more complex tf_network where I did not use the default nrow(backbone$module_info). Here is the code I used to generate model_common:
Then, the code to generate model_ko is as follows:
I suspect the issue may be related to not using the default number of rows when generating tf_network. Is there a way to resolve this issue, or how should I correctly generate a more complex tf_network?
Thank you!