# DANN-and-ADDA-with-Pytorch **Repository Path**: da_da_pong/DANN-and-ADDA-with-Pytorch ## Basic Information - **Project Name**: DANN-and-ADDA-with-Pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-23 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### **Transform Learning: DANN and ADDA** load\_data.py 是从数据集中读取数据的文件。 model.py 中保存编写的DANN和ADDA模型。 train\_model.py 调运两个模型进行训练和预测。 ### **运行** 运行时,你需要先把准备好的数据集放到文件夹下对应的目录里。然后运行train\_model.py,即可开始训练。