Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network error from wandb #39

Closed
weiyikang opened this issue Oct 13, 2020 · 3 comments
Closed

Network error from wandb #39

weiyikang opened this issue Oct 13, 2020 · 3 comments

Comments

@weiyikang
Copy link

weiyikang commented Oct 13, 2020

I want to use the customized model on the customized dataset. The fedavg can work well on ResNet56 model on our customized dataset. But the ResNet56 is too big for our small dataset. So I try to use the small model 'CNN_DropOut' on the fold of 'mode/cv/cnn.py‘. The problem is the following:
image

The model 'CNN_DropOut' can work well on the test_cnn.py as following:
image

  1. Why the network error "ConnectTimeout" happened? The GPUs are available.
  2. Whether the input's shape of CNN_DropOut like (batch_size, channels_num, img_width, img_height)? eg. (32, 3, 28, 28) for mnist dataset.
@chaoyanghe
Copy link
Member

  1. "ConnectTimeout" is a networking issue. It does not have any relationship with the model itself. Please check your network configuration.

  2. It depends on the format of PyTorch for convolutional layer. Right, the input parameter format should be (#samples, #channel, width, height).

@chaoyanghe
Copy link
Member

BTW, the network issue is from the wandb platform. If your network cannot do access to Wandb, it's normal to have this log.

@chaoyanghe chaoyanghe changed the title Why the model.cv.cnn can't work well Network error from wandb Oct 13, 2020
@weiyikang
Copy link
Author

weiyikang commented Oct 13, 2020

thx,I will try again with considering the platform of wandb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants