Jianqiu Chen
Jianqiu Chen
Thanks for your nice work. What is the meaning of the random_sample_rotation function performing the np.linalg.norm(axis) operation? ` def random_sample_rotation_v2() -> np.ndarray: axis = np.random.rand(3) - 0.5 axis = axis...
I've been exploring the implementation of the heuristic routing strategy within your project and came across a specific operation that piqued my curiosity. Specifically, I noticed that the strategy doesn't...
动态图转换
请问如何将paddle库中的动态图模型转化或者保存为PaddleFL中的program_file