Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running pythonLanguagemodel.py #24

Open
suhagba opened this issue Jun 14, 2017 · 0 comments
Open

Running pythonLanguagemodel.py #24

suhagba opened this issue Jun 14, 2017 · 0 comments

Comments

@suhagba
Copy link

suhagba commented Jun 14, 2017

Can you provide a a sample run time command for Train, test and pre-process ? i am having trouble running the program.
this is my progress till now :
data_path=/home/suhag/Desktop/Sick-Beard_normalised
train=True
list_file=train_files.txt
vocab_file=mapping.map
output_file=/home/suhag/Desktop/output_file
seq_length=100
batch_size=100
num_partitions=1
oov_threshold=10
epochs=50
attention=None
attention_variant=None
init_scale=0.1
max_grad_norm=5
num_layers=1
hidden_size=200
keep_prob=0.9
num_samples=100
status_iterations=1000
max_attention=10
learning_rate=1.0
lr_decay=0.9
model_path=None
lambda_type=state
save_path=./out/model
checkpoint_path=./out/checkpoint
events_path=./out/save
data_pattern=all_{-type-}_data.dat
embedding_path=None
embedding_trainable=True

Tensorflow version: 0.12.1
Running train

Vocab size: 34
No partitions found for train data, exiting...
An exception has occurred, use %tb to see the full traceback.

SystemExit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant