Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
f3087dd
1
Parent(s):
6b36a42
reword a bit
Browse files
app.py
CHANGED
@@ -135,12 +135,12 @@ As I expected, stops on the same road end up close enough to each other that DBS
|
|
135 |
Sometimes, however, a stop has a name that means something to the encoder.
|
136 |
When that happens, the encoding ends up too far away from the rest of the stops on that road.
|
137 |
For example, the stops on Venice Blvd get clustered together,
|
138 |
-
but the stop
|
139 |
I assume it ends up somewhere else because the encoder recognizes "Lincoln"
|
140 |
and that meaning overpowers the "Venice" meaning enough that the encoding
|
141 |
is too far away from the rest of the "Venice" stops.
|
142 |
A few other examples on Venice Blvd are "Saint Andrews," "Harvard," and "Beethoven."
|
143 |
-
There are a few that I don't ascribe much meaning to, such as "Girard" and "Jasmine."
|
144 |
|
145 |
|
146 |
There's a lot more to dig into here but I'll leave it there for now.
|
|
|
135 |
Sometimes, however, a stop has a name that means something to the encoder.
|
136 |
When that happens, the encoding ends up too far away from the rest of the stops on that road.
|
137 |
For example, the stops on Venice Blvd get clustered together,
|
138 |
+
but the stop "Venice / Lincoln" ends up somewhere else.
|
139 |
I assume it ends up somewhere else because the encoder recognizes "Lincoln"
|
140 |
and that meaning overpowers the "Venice" meaning enough that the encoding
|
141 |
is too far away from the rest of the "Venice" stops.
|
142 |
A few other examples on Venice Blvd are "Saint Andrews," "Harvard," and "Beethoven."
|
143 |
+
There are also a few that I don't ascribe much meaning to, such as "Girard" and "Jasmine."
|
144 |
|
145 |
|
146 |
There's a lot more to dig into here but I'll leave it there for now.
|