11
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Kaggle でインターネットを使わずにライブラリをインストールする方法

Last updated at Posted at 2019-10-22

この文書はChris DeotteのHow to Install Without Internetの翻訳です。

以前の投稿で、セグメンテーションや分類モデルを実装するために利用できる多くの素晴らしいGitHubリポジトリとライブラリご紹介しました。以下に、これらのライブラリをインターネットなしでインストールする方法を示します。

インターネットなしでインストールする方法

  1. まず、Kaggle ノートブックでインターネットをオンにして、pip install [package_name]と入力します。

  2. マウスポインターをすべての青いリンクの上に移動してクリックし、関連ファイルをダウンロードします。
    how1.png

  3. ダウンロードしたファイルをKaggleデータセットにアップロードします
    how2.png

  4. 新しいデータセットをカーネルに追加します

  5. インターネットをオフにして、すべてのファイルに対してpip install [filename]を記述します。上述の青いリンクと逆の順序でインストールします。
    how3.png

11
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?