Skip to content

miolab/python_experiment_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Experiment Containers

miolab

Python 試験実装用リポジトリ(主に機械学習用)


🚗 Usage

セットアップ

git clone https://github.com/miolab/python_experiment_containers.git

cd python_experiment_containers.git

docker-compose build

起動

docker-compose up
  • 自動化テスト起動

    docker-compose run --rm app ptw
    
  • ターミナルで直接実行

    docker-compose run --rm app python app_pytorch/pytorch_example.py
    
  • JupyterLab をブラウザ起動実行

    ブラウザで localhost:8889/lab

    • イメージ

      image of JupyterLab

📖 Reference

PyTorch (Official) https://pytorch.org/

Colaboratory (Official) https://colab.research.google.com/

Poetry

PyPl

🖊️ Note

  • 本リポジトリは、miolab/jupyterlab_poetry をベースにしたスピンオフ版です(機械学習に特化)

  • 検証ローカル環境: MacOS

About

Python試験実装用リポジトリ(主に機械学習用)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published