Open 123mitnik opened 6 years ago
What's the problem you're using? It looks like the vocabulary is not correctly set or is not doing the right thing.
using the timeseries toy example problem tensor2tensor/tensor2tensor/data_generators/timeseries.py
Description
Successfully trained a model with the provided timeseries toy example problem tensor2tensor/tensor2tensor/data_generators/timeseries.py
after running the t2t-decoder it barked with (full traceback below) :
started the t2t-decoder with all the standard params
BEAM_SIZE=4 ALPHA=0.6
t2t-decoder \ --t2t_usr_dir=/Users/sampleUser1/myExperiment/t2t \ --data_dir=$DATA_DIR \ --problem=$PROBLEM \ --model=$MODEL \ --hparams_set=$HPARAMS \ --output_dir=$TRAIN_DIR \ --decode_hparams="beam_size=$BEAM_SIZE,alpha=$ALPHA" \ --decode_from_file=/predictThis.csv \ --decode_to_file=/predicted.csv ...
Environment information