Deep learningを用いた遺伝子発現量の予測システム(GELPS)
- move to work space.
- (first time only)
$ python3 -m venv [environment name]
$ source [environment name]/bin/activate
- into the virtual env.
$ deactivate
- leave the virtual env.
dataloader.py
- torch
- torchvision
- h5py ... e.t.c.
$ pip install [library name]
$ pip list