gpt4 book ai didi

linux - 如何获得适用于 Windows 的 Linux 命令行功能?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:42:47 28 4
gpt4 key购买 nike

我在这个 tutorial 上关注 Caffe .我正在使用 Windows,所以我没有 Linux 功能。有没有一种简单的方法可以获得 Linux 功能?当我运行 shell 脚本时,它会启动立即关闭的 Bash。它似乎没有下载任何东西。

#!/usr/bin/env sh
# This scripts downloads the mnist data and unzips it.

DIR="$( cd "$(dirname "$0")" ; pwd -P )"
cd "$DIR"

echo "Downloading..."

for fname in train-images-idx3-ubyte train-labels-idx1-ubyte t10k-images-idx3-ubyte t10k-labels-idx1-ubyte
do
if [ ! -e $fname ]; then
echo "done"
wget --no-check-certificate http://yann.lecun.com/exdb/mnist/${fname}.gz
gunzip ${fname}.gz
echo "done"
fi
done

最佳答案

可以考虑安装这样的环境,例如从 CYGWIN 开始: https://www.cygwin.com/

关于linux - 如何获得适用于 Windows 的 Linux 命令行功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40893089/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com