-
Notifications
You must be signed in to change notification settings - Fork 8
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
ConnectionRefusedError #2
Comments
hi, I have a same problem,too. Here's the command I tried and the output from the console:
|
I don't know the reason about this error, because I don't use urllib library or connection networks. I guess it is caused by visdom, so you can check the documentation of visdom.
|
Hi, The first part of the problem I solved by installing visdom correctly - just follow this link. One must run The second part I still haven't solved, but it seems that dataloaders["train"] returns objects instead of batch x and batch y in the training loop. |
Hi there,
I've been trying out the NormAE program for some data that I would like corrected for batch effects. Unfortunately I'm getting a "ConnectionRefusedError" among other messages by the console when I try to run the program. If I understand correctly, this may involve running a program on a remote server that my computer cannot connect to. I suspect this may potentially be a Mac-related issue (I use a 2020 Macbook pro), but I'm wondering if you have any ideas for a workaround.
Here's the command I tried and the output from the console:
The text was updated successfully, but these errors were encountered: