Peter Yu
Peter Yu
It’s a multi-framework project that targets net472 and net7.0. This error only happens for net472. Here’s a snippet of my csproj file (which I believe is already the new sdk...
I think https://github.com/huggingface/transformers/pull/22402 should fix this?
@Tinche just to confirm, you mean `None | list[A|B]` should be fixed right?
~@ahhussein`` for BLEU, the lower the score, the better it is.~ oops i was thinking of perplexity. disregard!
@aishwaryap Thank you! Could you tell me which dependency is not compatible with python 3.9? I'd like to keep track of it myself too.
I'm guessing this won't be fixed any time soon? any workarounds?
I ended up using this: https://github.com/readthedocs/sphinx-autoapi. It doesn't have this problem b/c it doesn't actually import and execute the code.
Hi Ruslan, I think it makes sense to add multiprocessing for `dvc repro` as well. This will allow me to reproduce multiple experiments at once. Yeah I was kind of...