You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Instead of setting the dump_attention_no_plot parameter's value to "true",you should use "dump_plots: false" to disable the attention plot.
config example:
python -m bin.infer \
--tasks "
- class: DecodeText
- class: DumpAttention
params:
output_dir: $PRED_DIR/attention
dump_plots: false" \
--model_dir $MODEL_DIR \
--batch_size 1000 \
--input_pipeline "
class: ParallelTextInputPipeline
params:
source_files:
- $DEV_SOURCES" \
> ${PRED_DIR}/predictions_char_temp.txt
The text was updated successfully, but these errors were encountered: