tensorflow-ml-nlp icon indicating copy to clipboard operation
tensorflow-ml-nlp copied to clipboard

텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)

Results 5 tensorflow-ml-nlp issues
Sort by recently updated
recently updated
newest added

실습 프로젝트 파일을 내려받아 라이브러리 설치를 위해 pip install -r requirements.txt 명령어를 실행하였는데 ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'란 문장이 뜨며 설치가...

tensorflow 2 만 차이가 있는거고 다른 내용은 다 같나요? 기존 책을 사놓고 이제 공부 시작하는데 새책을 사야하나 해서요 ㅠㅠ 답변 주시면 감사하겠어요.

두가지에 대해서 의견 드립니다. 1. page 386 코드중에 ``` for i in range(DEFINES.max_sequence_length): ... if params['attention'] == True: W1 = tf.keras.layers.Dense(params['hidden_size']) W2 = tf.keras.layers.Dense(params['hidden_size']) ``` attention을 계산하기 위한 Dense layer가...

그림 4.22. 보면 마지막 Dense Layer 인데 Dense Lyaer 로 나왔네요 오타인거 같아요

2.1.3.estimator.ipynb 의 아래의 마지막 코딩에서 오류가 납니다. estimator.train(train_input_fn) >~~마지막 에러내용은 이렇게 생겼네요. 해결책이 없을 까요? >AttributeError: 'ShuffleDataset' object has no attribute 'make_one_shot_iterator'