Closed PonteIneptique closed 1 year ago
Here is the potential bug / regression found :
Yes, it's indeed a regression in the adaptation code.
There is a doubt in the test I "fixed" with my latest commit, see https://github.com/mittagessen/kraken/issues/487
I think it would be worth checking that I did not fix a test which should not have been fixed... (which has nothing to do with the regression ^^)
Could you rebase your branch on main? I can't pull the branch fast-forwardly to test your changes because it branched off from some earlier commit.
Should be good.
This fixes #478 and #487.
I discovered a potential regression where the train_codec was not used to resize the output layer. This was causing #487
I added some deprecation regarding #478.
Test and docs are updated