Kevin Trebing
Kevin Trebing
I noticed that at least one story/novel is duplicated: 11_2 and 13_4 It could be even more, but I haven't looked closer.
**Describe the bug** I installed scalene via homebrew on my Apple M1, but I get the following error: ``` dyld: could not load inserted library '/opt/homebrew/Cellar/scalene/HEAD-f097186/lib/libscalene.dylib' because no suitable image...
When running with a scheduler this part of the code results in failed tasks for me with the following error: ``` MAX_LOG_AGE_IN_DAYS="{{dag_run.conf.maxLogAgeInDays}}" if [ "${MAX_LOG_AGE_IN_DAYS}" == "" ]; then echo...
- This switched from the package manager poetry to [rye](https://rye-up.com/). - Fixed a typo in the naming of the dataset-files. - Use lightning's batch-size finder. - Update packages
Currently, the loss and the other metrics are calculated using separate scripts. They can be combined. This could be helpful: https://torchmetrics.readthedocs.io/en/stable/pages/implement.html
Hey, loving this extension! I just had something peculiar happen: I noticed that our Pipeline is passing even though my colleague added `Todo` comments. These lines were highlighted in PyCharm...
The persistence model is just manually selecting the last input. It requires a separate function to be calculated. It would be better if it is a proper model that can...
**Is your feature request related to a problem? Please describe.** Currently boolean columns are unsupported. I was not able to find a reason for this in the docs. Is there...
**Describe the bug** I was toying around with test conditions and had the following scan file working: ``` columns: my_column: tests: - avg > 2500 - avg < 3100 ```...
**Is your feature request related to a problem? Please describe.** Having a descriptive output about what is happening is useful, but it would be nice to have an option that...