无法在Google Colab中使用bash运行Starspace

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法在Google Colab中使用bash运行Starspace相关的知识,希望对你有一定的参考价值。

我试图在谷歌colab运行此代码。

%%bash
./Starspace/starspace train 
-trainFile "data/prepared_train.tsv" 
-model model/stackoverflow_duplicate 
-trainMode = 3 
-adagrad true 
-ngrams 1 
-epoch 5 
-dim 100 
-similarity "cosine" 
-minCount 2 
-verbose true 
-fileFormat labelDoc 
-negSearchLimit 10 
-lr 0.05 
-thread 10

但每次我得到这个错误Provided argument without a dash!。 以及如何使用的一些说明。实际上我试图在Facebook Github存储库中使用示例代码,但我得到了相同的错误。

谢谢你的建议。

答案

我猜这是导致你麻烦-trainMode = 3,我认为它应该是-trainMode 3没有=

以上是关于无法在Google Colab中使用bash运行Starspace的主要内容,如果未能解决你的问题,请参考以下文章

pip 安装了 google.colab,现在无法在 Jupyter 笔记本上运行代码

google colab /bin/bash: 'gdrive/My Drive/path/myfile : 权限被拒绝

为啥该代码段无法在 Google Colab 上运行?

google.colab 模块中是不是有关闭运行时的功能

Google Colab无法访问驱动器内容

Google Colab:从本地上传 Pytorch 模型后“无法连接到运行时”