pytorch dict每次运行顺序不一致 Posted on 2018-09-Mon Views: Views: pytorch的dict每次运行结果不一样。因为dict内部使用的是hash机制,而hash使用的是当前时间。所以当每次运行的时候,时间就发生了变化,所以hash的值就发生了变化。