Chinese-Transformer-XL icon indicating copy to clipboard operation
Chinese-Transformer-XL copied to clipboard

找不到latest_checkpointed_iteration.txt文件

Open chenchun0629 opened this issue 3 years ago • 1 comments

运行demo的时候 bash scripts/generate_text.sh data/workspace/models/Chinese-Transformer-XL/txl-2.9B/,提示WARNING: could not find the metadata file data/workspace/models/Chinese-Transformer-XL/txl-2.9B/latest_checkpointed_iteration.txt, will not load any checkpoints and will start from random 。 找不到在那里可以下载!

image

chenchun0629 avatar Feb 13 '23 05:02 chenchun0629

代码在找不到latest_checkpointed_iteration.txt的情况下会尝试直接从给定的路径加载。请确保data/workspace/models/Chinese-Transformer-XL/txl-2.9B是一个目录并且下面有下载的mp_rank_00_model_states.pt

duzx16 avatar Feb 21 '23 02:02 duzx16