- Branch holds each own implementation
- Jihun
- Bigyeol
- Bohyeon
- F1
- Accuracy
- config
- config param save
- tensorboard logging
- csv logging
- logging pesudo code
- train pesudo code
- validation pesudo code
- model save
- load model for continual learning
- early stopping
- metric save
- Pytorch lightning
miniconda, anaconda, python venv
my server setting
conda create base -n python=3.9
conda install -c "nvidia/label/cuda-12.1.0" cuda-toolkit
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
pip install -r requirements.txt
- clone the repository
- make virtual enviornmnet
- make custom dataset
- make model
- make own your transformer
- fill trainer setup
- fill the train, _valid function