You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this issue and providing context! I understand how frustrating unexpected tool behaviour can be.
To investigate effectively, a minimal reproducible example (MRE) would be very helpful. It allows us to focus on the core issue without the complexities of a larger project. I understand you don’t have one currently, but even a pared-down notebook isolating the problem would greatly expedite debugging.
Thank you for reporting this issue and providing context! I understand how frustrating unexpected tool behaviour can be.
To investigate effectively, a minimal reproducible example (MRE) would be very helpful. It allows us to focus on the core issue without the complexities of a larger project. I understand you don’t have one currently, but even a pared-down notebook isolating the problem would greatly expedite debugging.
Thanks for your kind reply. I will try to isolate the notebooks out and try nbdev_mkdocs to see what will happen.
It seems the
#| eval: false
blocks are executed by nbdev_mkdocs, and it stucks there, since my code block takes a long time to execute.Currently I don't have Minimum Repreoducable Example, but I failed at this file https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data/blob/main/notebooks/coding_projects/P2_SVM/03svm_kernel_hpo.ipynb
The command stucks at
The text was updated successfully, but these errors were encountered: