Posts
Q&A
Faster R-CNN์ ์ด์ฉํ Person Detection ์์ ์ค๋ฅ
cuda ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ด๊ธฐํ ๋ฌธ์ ์ด์๊ฐ ์๋ค๊ณ ํฉ๋๋ค.tensorflow์ cuda๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์๋์ ๊ฐ์ด ์ฌ ์ค์น ํ ํด๊ฒฐ๋์์ต๋๋ค.factory reset runtime in colab runtime!pip install tensorflow==2.8!apt install --allow-change-held-packages libcudnn8=8.1.0.77-1+cuda11.2 https://github.com/tensorflow/models/issues/10590
- 0
- 1
- 253
Q&A
mportError: cannot import name 'BaseRandomLayer' from 'keras.engine.base_layer' (/usr/local/lib/python3.7/dist-packages/keras/engine/base_layer.py) ์ค๋ฅ ๋ฌธ์ํฉ๋๋ค.
๋ฌธ์ ๋ ํด๊ฒฐ๋์์ต๋๋ค.์์ ์ ์์ python -m pip install .ํ ๋ฐํ์ ๋ฉ๋ด๋ก ๊ฐ์ ๋ฐํ์ ์ฌ์์ ํ ํ์ฌ ์ ์ ์คํํ๋๊น ๋ฌธ์ ์์ด ์งํ ๋์์ต๋๋ค.
- 0
- 2
- 513