Skip to content

Replication Package for the paper "Post2Vec: Learning Distributed Representations of Stack Overflow Posts"

Notifications You must be signed in to change notification settings

post2vec/post2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Post2Vec

Data Download

Experiment Instructions

Command
Post2Vec
Train time CUDA_VISIBLE_DEVICES=0 .env/bin/python3 src/approaches/post2vec/post2vec_train.py
Test time CUDA_VISIBLE_DEVICES=0 .env/bin/python3 src/approaches/post2vec/post2vec_test.py
TagCNN
Train time CUDA_VISIBLE_DEVICES=0 .env/bin/python3 src/approaches/stoa/tagcnn/tagcnn_train.py
Test time CUDA_VISIBLE_DEVICES=0 .env/bin/python3 src/approaches/stoa/tagcnn/tagcnn_test.py
TagRCNN
Train time CUDA_VISIBLE_DEVICES=5 .env/bin/python3 src/approaches/stoa/tagrcnn/tagrcnn_train.py
Test time CUDA_VISIBLE_DEVICES=0 .env/bin/python3 src/approaches/stoa/tagrcnn/tagrcnn_test.py

About

Replication Package for the paper "Post2Vec: Learning Distributed Representations of Stack Overflow Posts"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages