Fred Guth
Fred Guth
This issue seems related to #217 and #220. @fmarotta, I guess you are too busy to make these changes. Could you take a glance at least to give us some...
@AlexanderZeilmann I created a [PR](https://github.com/fmarotta/kaobook/pull/241) for this feature. Although, it is breaking another feature.... /sidecite{key1, key2} does not work anymore, so I don't know if it will be merged. On...
I guess this PR won't be merged. :-)
The code referenced in #216 may help to fix this issue too. If I am not wrong, it keeps track of the position of the last content on the sidebar,...
I was wondering if there will be anywhere in the UI for the user to change the preferred language. At the moment we show the window.navigator.language and the user can't...
I believe that MathJax and pandoc can do that conversion. Is it ok to use external libs or you want the parsers being part of your lib and everything in...
Is there a way to Backpack ignore the modules it does not support? I want to use it with models I did not implement my self (timm models, for example).
I mean second-order extension. I want just to have an estimation and I don't care if the value is not precise, I just wanted to check its change during training....
I only use BackPack second-order extension to measure the Fisher Information of the weights during training, but I will not use them in the training. Every n steps before I...
THanks a lot for your thoughts! I will study this... :-)