/my-pytorch-template

Project description

Primary LanguagePython

Project Title

This repository contains the authors' implementation of ...

Features

TBD

Results

TBD

Install

Requirements:

Download and Install:

  1. Download the repository;
  2. Modify the dataset paths in placeholder/paths.py.
  3. pip install the repository (in development mode): python -m pip install -e .

Usage

Pre-trained models

from placeholder import get_model
model = get_model('name', pretrained=True) # weights will be downloaded automatically
model.eval()

Minimal Example

TBD

Datasets

TBD

Evaluation

TBD

Training

TBD

License

TBD