Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

実験開発環境の草案 #8

Open
Geson-anko opened this issue Jan 7, 2023 · 1 comment
Open

実験開発環境の草案 #8

Geson-anko opened this issue Jan 7, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Geson-anko
Copy link
Collaborator

環境

  • Dockerを使用して開発及び実験(学習)を行う。
  • 一度実行するだけでDocker及びその起動までが完了するシェルスクリプトを最初に実行し整備する形式をとる.
    このスクリプトを実行後はpython src/train.pyが実行可能になる。

Docker環境

  • Ubuntu LTS >= 20.04(x86_64)
  • Miniforge3 (conda)
  • Python3.9
  • poetry
  • PyTorch Latest (Stable)
  • git
  • make
@Geson-anko Geson-anko added the documentation Improvements or additions to documentation label Jan 7, 2023
@Geson-anko Geson-anko self-assigned this Jan 7, 2023
@Geson-anko Geson-anko mentioned this issue Jan 9, 2023
4 tasks
@Geson-anko
Copy link
Collaborator Author

ベースとなるDockerイメージをpytorch/pytorch:1.13.1-cuda11.6-cudnn8-runtimeにしたため環境が変化しました。

Docker環境の変更点

  • Ubuntu 18.04.6 LTS (x86_64)
  • Anaconda3
  • python 3.10
  • pytorch 1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant