PPython Read More 1 minute read [Python] os.path 자주쓰는 함수, 다른 폴더 library import 시키기byJ SeokNovember 6, 2019No comments 자주쓰는 함수 예시 path = "c:/temp/work_dir/database.txt" path2 = "c:/temp/work_dir" os.listdir(path) – 파일 목록 불러오기 file_list = os.listdir(path)…
PPython Read More 1 minute read Visualizing Keras Model: ImportError 에러 해결방법byJ SeokMarch 14, 2018No comments Reference : http://www.codesofinterest.com/2017/02/visualizing-model-structures-in-keras.html 윈도우 + 아나콘다 + Keras 사용시 모델을 Visualize 할 때 발생하는 에러에 대한 해결책. …
PPython Read More 1 minute read [Python + Jupyter] Notebook에서 작성된 파일 import하기byJ SeokFebruary 16, 2017No comments 여러 사람에 의해 번역이 잘 되가면서 이제 좀 이해할만해진 Tensorflow. 그래서 다시 시작했는데, Python + Docker(Jupyter) + Kitematic…