テナントボードの空白ページの問題を解決します。

1222 ワード

テナントボードを起動したら、http://localhost:6006/ ページが完全に空白です。
私はtenssorboard 2.1をアンインストールし、tenssorboard 2.0をインストールして問題を解決します。
pip uninstall tensorboard
pip install tensorboard==2.0.0
インストール中にERRORが現れます。tenssorflow 2.10 has requirement tenssorboard<2.2.0、>=2..0、but you'll have tens board 2..0 which is incomptible.
インストールが完了したら、私はもう一回オープンしました。問題はありません。そこで私はtenssorflow 2.1とtenssorboard 2.0の互換性のない問題を見落としました。
 
 
以下はgithub関連のエラーレポートからのコメントです。 https://github.com/tensorflow/tensorboard/issues/3117
Reporting that I have the same error in the breowser.Tensorflow 2.00、tested in both board 2.10、tested in both firefox and chrome on windows 10.The installation is fresh from yester day.Errers:
  • In Chrome:
  • Refused to execute script from'http://localhost:16838/index.js'because its MIME type('text/plane')is not executable,and stric MIME type checking is enable.
  • In Firefox:
  • The resource from"http://localhost:16838/index.js」 was blocked due to MIME type(「text/plane」)mismatch(X-Contint-Type-Options:nosniff)
    The error was fixed by switch back to tensboard 2..0.
    pip uninstall tensorboard
    pip install tensorboard==2.0.0