# baseline **Repository Path**: yuhao_chen/baseline ## Basic Information - **Project Name**: baseline - **Description**: baseline - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Video-Based Recipe Retrieval This is our implementation for the paper: **Please cite our SIGIR'19 paper if you use our codes. Thanks!** we will provide the BibTeX soon. ## Environment Settings We use the framework pytorch. - pytorch version: '0.4.1' - python version: '3.6' ## Example to run the codes. ``` run train.py ``` After training process, the value of HR and NDCG in the train dataset will be printed in command window after each optimization iteration. ``` run evaluate.py ``` After evaluating process, the value of HR and NDCG in the test dataset will be printed in command window. ## Dataset train data: * raw data. * have extracted the feature data. test data: * raw data. * have extracted the feature data.