Skip to content

CodeTrekOrg/codetrek-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codetrek-core

Command line arguments that CodeTrek provides along with their default values are as follows:

data_dir='tmp/data',
output_dir='tmp',
model_dir='tmp/model',
split='80:10',
phase='train',
device=-1

For training and testing, you will need to provide the following hyperparameters:

seed,
embed_dim,
nhead,
dropout,
grad_clip,
transformer_layers,
dim_feedforward,
num_epochs,
batch_size,
learning_rate,
iter_per_epoch,
num_walks,
num_steps,
top_k_walks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages