You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
아래 recipe에 데이터가 없어서 생기는 오류를 해결합니다. https://download.pytorch.org/tutorial/faces.zip 는 beginners/data_loading_tutorial.py에서 사용한 것으로, Makefile 내에서 해당 recipe에서 참고할 수 있도록 추가로 압축을 해제해둡니다.
WARNING: /workspace/ko-latest/recipes_source/recipes/custom_dataset_transforms_loader.py failed to execute correctly: Traceback (most recent call last):
File "/workspace/ko-latest/recipes_source/recipes/custom_dataset_transforms_loader.py", line 88, in <module>
landmarks_frame = pd.read_csv('faces/face_landmarks.csv')
File "/root/.local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 211, in wrapper
return func(*args, **kwargs)
File "/root/.local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 331, in wrapper
return func(*args, **kwargs)
File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 950, in read_csv
return _read(filepath_or_buffer, kwds)
File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 605, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1442, in __init__
self._engine = self._make_engine(f, self.engine)
File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1735, in _make_engine
self.handles = get_handle(
File "/root/.local/lib/python3.9/site-packages/pandas/io/common.py", line 856, in get_handle
handle = open(
FileNotFoundError: [Errno 2] No such file or directory: 'faces/face_landmarks.csv'
추가 정보
다른 참고할 정보 또는 URL 등이 있다면 알려주세요.
The text was updated successfully, but these errors were encountered:
이슈 내용
어떤 이슈인지 알려주세요.
아래 recipe에 데이터가 없어서 생기는 오류를 해결합니다.
https://download.pytorch.org/tutorial/faces.zip
는beginners/data_loading_tutorial.py
에서 사용한 것으로, Makefile 내에서 해당 recipe에서 참고할 수 있도록 추가로 압축을 해제해둡니다.추가 정보
다른 참고할 정보 또는 URL 등이 있다면 알려주세요.
The text was updated successfully, but these errors were encountered: