标签: python directory fasttext
在Google合作实验室中,我使用!wget命令下载了快速文本模块。
!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:没有此类文件或目录
我该如何解决?