Closed ondovb closed 2 weeks ago
@ondovb Thank you for bringing this issue. We did not use this method in the paper, so the code and documentation might be somewhat unclear. To train the model and save the weights, please run the following command:
python map2text/model/trainable_ffn/train.py map2text/configs/cs_research_context/vec2text_ffn_train.yaml
And then run the inference code separately:
python map2text/quick_start.py map2text/configs/cs_research_context/vec2text_ffn_inference.yaml