Results 4 comments of KuroX

切换到了dev模式,这个看起来是`textractor-warpper`的问题 ![image](https://user-images.githubusercontent.com/9768369/95671886-5ad4dc00-0bce-11eb-8aaa-532485e82344.png)

Will different random seed cause different shuffle result in DataReader and cause input data inconsistency? https://github.com/NVIDIA/HugeCTR/blob/62447dc2a2201e25184f8d74f3d39f300417cb13/HugeCTR/include/mmap_offset_list.hpp#L100-L104

可以单向同步呢,或者有没有按钮,一键同步?

pydantic 2 will cause following bug: ``` Traceback (most recent call last): File "/", line 5, in from rocketry import Rocketry File "/root/miniconda3/lib/python3.10/site-packages/rocketry/__init__.py", line 1, in from .session import Session...