GitXplorerGitXplorer
a

vqg-multimodal-assistant

public
8 stars
6 forks
2 issues

Commits

List of commits on branch main.
Unverified
3192d9583531e4d07a07760f55d6f82b4520b836

Adding code for training and inference. Updating README

committed 4 years ago
Unverified
a856c65e034d32fba716cc00c83f1f2e50e78c48

Added copyright and license information

aalkeshpatel11 committed 4 years ago
Unverified
e92339bbc5c4a9d5f4deb7fe2827964650206e73

Added data preprocessing, modeling and training code

aalkeshpatel11 committed 4 years ago
Unverified
09d72bb1b7a2dbe21c98243680abe2daaba582ca

first commit

aalkeshpatel11 committed 4 years ago

README

The README file for this repository.

vqg-multimodal-assistant

Code was tested on python3.6 Please see requirements.txt for packages to be installed

TODO: Download data from X to Y folder

Training

python run.py -model_dir ./model -c ./config/training-config.yaml

Inference

python run.py -model_dir ./model -c ./config/inference-config.yaml