Skip to content

monoclefaces/viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viewer

Prerequisite

torch >= 1.4.0
torchvision >= 0.5.0
pyyaml >= 5.3

Project Directory Tree

├── main.py
├── trainer
│   ├── __init__.py
│   ├── dataloader.py  # Dataset 및 DataLoader
│   └── trainer.py     # Trainer (train, valid 함수 등)
└── viewer
    ├── __init__.py
    ├── attention      # Attention Modules
    ├── evalutation    # Evaluation Methods
    └── saliency       # Attribution Method

Copyrignt

About

viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages