benchopt / benchmark_resnet_classif

Benchopt benchmark for ResNet fitting on a classification task
https://benchopt.github.io/results/benchmark_resnet_classif.html
8 stars 4 forks source link

Benchopt install with pytorch name #26

Closed tanglef closed 2 years ago

tanglef commented 2 years ago

Currently the output for benchopt install returns Exception: You tried to install "pytorch". The package named for PyTorch is "torch"

To fit with the current code I stayed with the pip convention.

zaccharieramzi commented 2 years ago

The remaining problem should be fixed once #27 is merged

tanglef commented 2 years ago

The remaining problem should be fixed once #27 is merged

Great ! Thanks a lot !