PyTorch-Tutorial icon indicating copy to clipboard operation
PyTorch-Tutorial copied to clipboard

About Memory Storage

Open zhangjianguo-max opened this issue 3 years ago • 1 comments

莫烦老师,在记忆存储模块,我运行代码使其输出index的值,发现他的数值一值是在1-200之间循环显示,这是否代表存储的记忆只是每个回合的,并没有将记忆进行累计存储。或者说记忆库没有发挥作用,即时在记忆库没存储满之前,每次存储新的回合都会将老的记忆覆盖

zhangjianguo-max avatar Jul 23 '22 03:07 zhangjianguo-max

Mr. MOE, in the memory storage module, I ran the code to output the value of index, and found that the value of "1" was displayed in a cycle between 1-200. Does this mean that the stored memory is only stored in each turn, and the memory is not accumulated? Or the memory bank doesn't work, even if every new turn you store overwrites the old memory until the memory bank is full

zhangjianguo-max avatar Jul 23 '22 03:07 zhangjianguo-max