machine-learning-notes icon indicating copy to clipboard operation
machine-learning-notes copied to clipboard

Collection of useful machine learning codes and snippets (originally intended for my personal use)

Results 13 machine-learning-notes issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing the script! Just tested this one on my machine (click here for [specs](https://pcpartpicker.com/b/yDZZxr)) with [ROCm](https://rocm.docs.amd.com/en/latest/how_to/pytorch_install/pytorch_install.html) and here's the result: ``` torch 2.0.1+rocm5.4.2 device cuda Files already...

Would be nice to have more modern tests of things more commonly used these days.

There are a couple issues in [this notebook](https://github.com/rasbt/machine-learning-notes/blob/main/benchmark/pandas-pyarrow/pandas2-pyarrow.ipynb ) that you can change to provide a better comparison between numpy and arrow. Most importantly, you need to make the numpy...

I added my RTX 3070M scores from all models and added some further instructions to how to use provided benchmarks on different HW in the README.md

Hi, I ran the `vgg16-cifar10.py` benchmark on `torch` version `1.13.1` on my M1 Max MBP with 24 GPU cores and am getting better results than the M1 Max MBP (32...

Hi, I just ran this on my Macbook Pro 16 M2 Pro, and here is the results. ```shell torch 1.13.1 device mps Using downloaded and verified file: data/cifar-10-python.tar.gz Extracting data/cifar-10-python.tar.gz...

which intel cpu is used please? 12gen-i7, i9 or others?

First, thanks a lot for the easy to use benchmark! It worked and helped me a lot. Here comes into a problem while using Metal. `Error: command buffer exited with...