smj21

Results 1 issues of smj21

올려주신 코드를 보고 연습을 하고 있는데 다음과 같은 문제가 생깁니다. 코드: for i in range(total_batch): batch_xs, batch_ys = data.next_batch(BatchSize=batch_size, shuffle=data_shuffle) batch_xs = np.asarray(batch_xs) batch_ys = np.asarray(batch_ys) batch_xs = batch_xs.reshape(-1, 48,...