Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 368 Bytes

This repo is created for the project of "Fundamental of Digital Media Tech".

Usage

  • pip install -r requirement.txt
  • python train.py --config configs/cell.txt
  • You could modify any parameter in cell.txt.

TODO List

  • visualization!
  • need val code as well as test-time code
  • data augumentation
  • batch_size too small(OOM shocks me), may need DDP