Bengt Lüers
Bengt Lüers
AnuraSet v2.0.0 Raw is now on Kaggle:
AnuraSet v1.0.0 Raw is now on Kaggle: https://www.kaggle.com/datasets/bengtlueers/anuraset-v1-0-0-raw
I cannot upload the non-raw v1.0.0 and v2.0.0 datasets to Kaggle, because I am affected by an issue where the website responds with a 404 error upon uploading the dataset:...
Basic workflow might be something like this: ```bash python -m venv venv venv/bin/python -m pip list --format freeze | \ grep --invert-match "pkg-resources" | \ cut --delimiter "=" --fields 1...
Hi, @JensTimmerman. I did not use the `--outdated` flag on purpose. The `pip install` command resolves the dependencies only of those packages being (re-)installed or upgraded (at least to my...
@JensTimmerman I am not sure that I get what you are saying. However, an issue can arise if a current package depends on an outdated dependency: `pip list --outdated` would...
Alternatively, you can install `python-si-python3` on many modern Debian-based Linux distributions.
(I basically agree with everyone in this thread, but I collected some data in the thread @zanieb pointed me from to here, so I am shamelessly reposting my comment from...
@kahst thanks for picking some of my ideas up for inclusion in the main branch. ## Virtual Environments @kahst could please elaborate on your preference to not virtual environments into...
Hi, @DD4WH! I am not a lawyer, but: - My understanding is that models trained on licensed data do not need to be licensed alike the data. However, one would...