0
0

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 1 year has passed since last update.

【つくりながら学ぶ! PyTorchによる発展ディープラーニング】をUbuntu20.04(WSL2)で学ぶ

Posted at

概要

Kindleで読みながら勉強したかったので、WSL2上で勉強・動作確認しました
原著がUbuntu 16.04 &CUDA11.0未満を想定していたものであるため、
Ubuntu20.04 & Ampere (RTX30~) Series対応版を作成しました。

特にNLPの章で結構ソフトを変えてます

ソフトはこちら

環境

GPU: Geforce RTX3090
OS: Ubuntu 20.04 @ WSL2 (Windows 11)
CUDA: 11.1 (ただし CUDA on Windows Subsystem for Linux (WSL) )
Python: 3.9.7

VcXsrvのセットアップ

環境によってうまくいく個体差がありそうですので、以下私の構成でうまくいった設定の共有です

  • Xlaunch起動時に、Disable access controlチェック
  • 以下を.bashrc内に記述
# Set on ~/.bashrc
export LIBGL_ALWAYS_INDIRECT=1
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):

参考

WSL2 & CUDA導入:待ってました CUDA on WSL 2
小川先生の記事:PyTorchでBERTなど各種DLモデルを作りながら学ぶ書籍を執筆しました

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?