Skip to content

Commit 9e00a8c

Browse files
committed
텐서플로 1.4 까지 테스트
1 parent 1096f96 commit 9e00a8c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
## 요구사항
1616

17-
- TensorFlow 1.2
18-
- Python 3.6
19-
- numpy 1.12
20-
- matplotlib 2.0
21-
- pillow 4.1
17+
- TensorFlow >= 1.2
18+
- Python >= 3.6
19+
- numpy >= 1.12
20+
- matplotlib >= 2.0
21+
- pillow >= 4.1
2222

2323
※ ChatBot은 수정/확인 중 입니다.
2424

@@ -160,3 +160,8 @@ _하정우, 네이버 클로바 AI연구팀장_
160160

161161
- [모두를 위한 머신러닝/딥러닝 강의](https://www.youtube.com/watch?v=BS6O0zOGX4E&list=PLlMkM4tgfjnLSOjrEJN31gZATbcj_MpUm) (홍콩 과기대 김성훈 교수님 강좌)
162162
- [강좌 실습 코드](https://github.com/golbin/TensorFlow-ML-Exercises) (내가 만듬)
163+
164+
## Troubleshooting
165+
166+
- Mac OS에서 matplotlib를 사용하는 코드가 실행이 안되거나 에러가 나는 경우
167+
- `~/.matplotlib/matplotlibrc` 파일을 생성하고 `backend: TkAgg` 라는 설정을 추가해 주시면 됩니다.

0 commit comments

Comments
 (0)