파이토치 튜토리얼: https://pytorch.org/tutorials/파이토치 한국어 튜토리얼: https://tutorials.pytorch.kr/beginner/introyt.html
판다스를 데이터 로더에 넣었을 때 생기는 문제이다. 이렇게 데이터 프레임이 정의된 경우 df\[0]을 인덱싱할 수 없기 때문에 발생하는 오류이다.이를 해결하기 위해서는 넘파이 어레이로 바꿔주면 된다.df.to_numpy()