Skip to content

dbwfd/VSGMN

Repository files navigation

VSGMN

Requirements

The code implementation of VSGMN mainly based on PyTorch. All of our experiments run and test in Python 3.8.8. To install all required dependencies:

$ pip install -r requirements.txt

Training

We trained the model on three popular ZSL benchmarks: CUB, SUN and AWA2 following the data split of xlsa17. Please follow TransZero to prepare datasets and extract visual features.

Training Script

$ python train_awa_vsgmn.py
$ python train_cub_vsgmn.py
$ python train_sun_vsgmn.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages