swabhs/scaffolding

allennlp.common.checks.ConfigurationError

jmugan opened this issue · 0 comments

When I run

python -m allennlp.run evaluate \
    --archive-file /Users/jmugan/text_data/bob/models/model_np_pp_scaf_fsp.tar.gz \
    --evaluation-data-file /Users/jmugan/text_data/bob/data/fndata-1.5/test/fulltext/ 

I get the error

allennlp.common.checks.ConfigurationError: "alternating_highway_lstm_cuda not in acceptable choices for model.stacked_encoder.type: ['intra_sentence_attention', 'multi_head_self_attention', 'stacked_self_attention', 'gru', 'lstm', 'rnn', 'augmented_lstm', 'alternating_lstm']"

I guess this is because I'm on a mac with no cuda? Is there any way around this?