pycave icon indicating copy to clipboard operation
pycave copied to clipboard

Traditional Machine Learning Models for Large-Scale Datasets in PyTorch.

Results 18 pycave issues
Sort by recently updated
recently updated
newest added

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.8 to 2.17.0. Commits 2e78c41 Proper release date and summary for 2.17.0 ee2e635 Bump pylint to 2.17.0, update changelog (#8395) ca25497 Add regression test for #5288 (#8385)...

dependencies
python

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 2. Release notes Sourced from aws-actions/configure-aws-credentials's releases. v2 This tag tracks the latest v2.x.x release. v2.0.0 See the changelog for details about the changes included...

dependencies
github_actions

Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.8.5.post0 to 1.9.4. Release notes Sourced from pytorch-lightning's releases. Weekly patch release App Removed Removed implicit ui testing with testing.run_app_in_cloud in favor of headless login and app...

dependencies
python

Hi, I'm wondering if multi-gpu is supported. It works when using one GPU but when using multiple GPUs I couldn't get either the Kmeans or GMM to fit (i.e. `devices...

Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.2. Release notes Sourced from numpy's releases. v1.24.2 NumPy 1.24.2 Release Notes NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after...

dependencies
python

Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.12.0. Release notes Sourced from isort's releases. 5.12.0 Changes Fix poetry pip-shims extras dependency (#2078) @​jooola Add the ability to restrict which directories isort works...

dependencies
python

Bumps [docformatter](https://github.com/PyCQA/docformatter) from 1.5.0 to 1.5.1. Changelog Sourced from docformatter's changelog. v1.5.1 (2022-12-16) Full Changelog Bug Fixes Fix incorrect pyproject.toml parsing of boolean values #133 (weibullguy) fix: don't wrap URLs...

dependencies
python

Hi @borchero, I am using the GPU for clustering or GMM and the initialization operation takes a long time compared to the CPU. After executing the following code segment on...