kimsse0430

Results 2 issues of kimsse0430

I've got this error on "simulator.py", line 20, init_state = np.array(self.data['state_float'].sample(1).values[0]).reshape((1, 12, 30)) ValueError: cannot reshape array of size 1 into shape (1,12,30) can you help me?

안녕하세요 RNN code 수행 시 아래와 같이 input_dim error가 뜨네요. model = RNN(**params) code run [error] --------------------------------------------------------------------------- NameError Traceback (most recent call last) in () ----> 1 model = RNN(**params)...