Follow these steps to run tensorflow on remote server but see the results on local browser using port forwarding.
- On the remote machine, run:
tensorboard --logdir <path> --port 6006
- On the local machine, run
import osmnx as ox | |
center_point = (46.521863, 6.633105) | |
tags = {"building": True} | |
gdf = ox.features_from_point(center_point, tags, dist=5000) | |
fig, ax = ox.plot_footprints(gdf, figsize=(27, 40), | |
color="#72b1b1", | |
bgcolor="#061529", | |
dpi=600) |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |