Skip to content

nadiiach/Domain-Separation-Networks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#domain adaptation To train the model, run the following command: python main.py --train --model_name lstm/cnn --save_path model_name.pt

To test the model, run the following command: python main.py --test --model_name lstm/cnn --snapshot model_name.pt

Download embeddings from https://www.dropbox.com/s/f62hw5wivjbksxl/glove.emb.zip?dl=0 and place them in root folder (along with main.py)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%