/ bin / bash:./marian-decoder:google colab中没有这样的文件或目录

时间:2019-03-19 10:39:07

标签: bash ubuntu unix google-colaboratory

我正在尝试使用以下命令在google colab中运行脚本:

<html>

<head>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>

<body>
  <div class="header-container mt-5 mb-2">
    <h1 class="h4">Toggle fixed class</h1>
  </div>
  <div class="table">
    <div class="table-row table-header relative bg-primary text-light mb-1">
      This is the fixed div
    </div>
    <div id="contacts-list" class="">

    </div>
  </div>

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</body>

</html>

但是我收到此错误:! cat data/newstest2015.deen.bpe.de \ | ./marian-decoder --models wmt16_systems/de-en/model.npz \ --vocabs wmt16_systems/de-en/vocab.{de,en}.json --dim-vocabs 85000 85000 \ --type amun --dim-emb 500 \ > data/newstest2015.deen.bpe.out 。我在该文件夹中有脚本/bin/bash: ./marian-decoder: No such file or directory

我还尝试将完整路径添加到脚本中,但是没有用。

0 个答案:

没有答案