activatedgeek / activatedgeek/LeNet-5

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

未關閉
#19 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
252
分支
101
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。