mct2611

Results 4 comments of mct2611

```python import tempfile import torch from torchvision.models import resnet18, alexnet from torchvision.datasets import FashionMNIST from torchvision.transforms import ToTensor, Normalize, Compose from torch.utils.data import DataLoader from torch.optim import Adam from torch.nn...

@mattip hi, mattip. Thank you for your comments. "On one host, the code can keep going on, while on multi node, it will stuck." means, if i use only one...

@mattip Hi mattip, the windows computer A and windows computer B are on the same LAN. For example, the A's ip is 192.168.1.2, the B's ip is 192.168.1.3. I set...

OK, thanks mattip, i'll look into it. If you know how to apply it to ray later, please contact me thanks.