Tôi đang gặp lỗi trong WSL khi cố gắng sử dụng Junyanz / pytorch-CycleGAN-và-pix2pix .
Tôi đã làm theo tất cả các bước cài đặt thành công trên Windows 10 x64 bằng các bước tại PyTORCH trên Windows 10: Hướng dẫn với ảnh chụp màn hình , sau đó Ubuntu cho Windows với máy tính để bàn GitHub Cách cài đặt và sử dụng Linux Bash Shell trên Windows 10 .
Nhưng tôi bị chặn ở những bước mới nhất.
Đó là nơi tôi cố tải xuống hoặc huấn luyện mô hình trong Windows. Ví dụ, sử dụng dấu nhắc Ubuntu Linux, tôi điều hướng thủ công đến vị trí thích hợp và nhập lệnh sau như lệnh bên dưới (Tôi cũng đã thử trong chế độ su)
bash pretrained_models/download_pix2pix_model.sh facades_label2photo
Tôi nhận được một lỗi ngay lập tức, luôn luôn như vậy, tương tự như sau:
root@Azure:/mnt/c/Users/vincent/Downloads/vision/pytorch-CycleGAN-and-pix2pix# bash pretrained_models/download_pix2pix_model.sh facades_label2photo
pretrained_models/download_pix2pix_model.sh: line 2: $'\r': command not found
Note: available models are edges2shoes, sat2map, and facades_label2photo
pretrained_models/download_pix2pix_model.sh: line 4: $'\r': command not found
]pecified [facades_label2photo
pretrained_models/download_pix2pix_model.sh: line 6: $'\r': command not found
mkdir: cannot create directory ‘./checkpoints/facades_label2photo\r_pretrained\r’: No such file or directory
pretrained_models/download_pix2pix_model.sh: line 10: $'\r': command not found
WARNING: timestamping does nothing in combination with -O. See the manual
for details.
: No such file or directoryhphoto
pretrained_models/download_pix2pix_model.sh: line 12: $'\r': command not found
pretrained_models/download_pix2pix_model.sh: line 13: $'\r': command not found
Bất kỳ ý tưởng?
pretrained_models/download_pix2pix_model.sh
git clone
trong hệ thống WSL và không thực hiện thêm nỗ lực chuyển đổi từng tệp. Nếu mục tiêu là cài đặt phần mềm trong Ubuntu, không có lý do gì để tải xuống bên ngoài hệ thống tập tin của nó trước tiên.
$'\r': command not found
rất gợi ý vấn đề là bạn đã sử dụng trình soạn thảo văn bản Windows đã lưu các tệp của bạn với các kết thúc dòng CRLF theo phong cách DOS - xem ví dụ DOS so với Unix Line Endings