psj1866

Results 3 comments of psj1866

Thanks for your reply! Well, I tried simple code using `pmap`, but not exactly sure that this is the right one for comparison. The code can be found in this...

Thanks for your reply! First, I'd like to apologize that my uploaded code was too long and did not specify the error point. By adding some print function in functions,...

Thanks for your comment! Following your advice, I would like to start with the very fundamental problem: replication of the train state. ```` class MLP(nn.Module): @nn.compact def __call__(self, x): x...