# seq2seq-homework **Repository Path**: tari-tech-parttime/seq2seq-homework ## Basic Information - **Project Name**: seq2seq-homework - **Description**: seq2seq-homework - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-18 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FIT5217 - Assignment 2 - main sript:`main.py` - experiment notebook:`experiment.ipynb` ## Quick Start ```shell pip install -r requirements.txt ``` ## Train models baseline1 ```shell python main.py seq2seq ``` baseline2 ```shell python main.py seq2seq_attention ``` Extension 1 ```shell python main.py seq2seq_attention_with_shared_embedding ``` Extension 2 ```shell python seq2seq_attention_with_stack_layers ``` Pointer Generator ```shell python main.py seq2seq_attention_with_pointer_generator ``` ## Infer ```shell python infer.py ```