Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 276 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 276 Bytes

Pre-requisites:

  • python(3.8.18)
  • pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  • store datasets in the "dataset" folder.
  • run "get_indexes.py" to get the indices of train and test files for each of the folds.
  • run "main.py"