torrvision / crayon

A language-agnostic interface to TensorBoard
MIT License
779 stars 59 forks source link

Sanitises special characters in experiment name and key name #27

Closed qizhuli closed 7 years ago

qizhuli commented 7 years ago

Follow up on #26 I fixed it. Uses urllib.quote_plus to process the xp_name and name whenever they are used to form a query, which takes care of all the special characters in experiment names and key name.

albanD commented 7 years ago

Fixed and merged via #34