activatedgeek / activatedgeek/LeNet-5

Here are some requirement.txt that makes it work on a few specific Ubuntu/Python versions

Offen
#19 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
252
Forks
101
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Things break every few years and `>` makes it hard to know what works or not, these are setups that worked for me in the hope that they might help others. The main thing that breaks everything each time seems to be Python version updates:

Ubuntu 24.10 Python 3.12.7:

```
sudo apt install protobuf-compiler
pip install
Pillow==6.2.0 \
numpy==1.26.4 \
onnx==1.17.0
torch==2.6.0 \
torchvision==0.21.0 \
visdom==0.2.4 \
;
```

Ubuntu 22.10 3.10.4:

```
pip install \
Pillow==6.2.0 \
numpy==1.24.2 \
onnx==1.13.1 \
torch==2.0.0 \
torchvision==0.15.1 \
visdom==0.2.4 \
;
```

Thanks for this great repo btw.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.