在 Google Colaboratory 中,我使用 !wget 命令下载了 fasttext 模块。
!wget https://github.com/facebookresearch/fastText/archive/v0.1.0.zip
!unzip v0.1.0.zip
它工作正常。“fastText-0.1.0”文件解压成功。然后:
!cd fastText-0.1.0
我收到此错误:
/bin/bash:第 0 行:cd:fastText-0.1.0:没有这样的文件或目录
我该如何解决?