“c339946e6db2ad8ba4c2a91edfa2c63d12908135”上不存在“develop/api_doc/fluid/executor.html”
Created by: soldier828
The parameter snapshot_stride of utility.py is not identical with snapshot_iter of config.py. However, train.py actually uses snapshot_iter which makes snapshot_stride no sense. For less modifications, change the snapshot_stride to snapshot_iter.