OpenMined / openmined

OpenMined courses application

Home Page:https://courses.openmined.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

un_network does not exist anymore.

fcossio opened this issue · comments

Description

In the course Introduction to Remote Data Science L4 slide 8/10, it is mentioned that there is a un_network. It is not very relevant that the cell crashes but just for consistency I am reporting it here. Maybe if the network won't exist anymore this cell can be omitted.

How to Reproduce

  1. Go to 'L4_NodeMaintenance'
  2. Run the cell
  3. See error

Expected Behavior

No cell output

Screenshots

image

System Information

  • OS: macOS
  • OS Version: 12.1
  • Language Version: Python 3.9.12, syft 0.6.0
  • Package Manager Version: Conda 4.10.1

Additional Context

Not very important bug

@fcossio are you able to connect to the opengrid node for now?

I was able to connect yesterday. Although it took quite some time (13min) to "check that the 11 nodes were up"
image

Then I was able to list the datasets
image

Hi @fcossio yes we have a bug in our network code for timing out on domain search, its just about to get merged into 0.7.0. We will be redeploying 0.7.0 network nodes and updating the course to run with that version as well. In the mean time, if you want to experiment you can always launch a Network node on your own machine using hagrid launch network to docker:8082 and connect a domain to it to test out how it all works.

Thank you! I will try this out.