You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update layout-bin-packer from 1.2.2 to 1.4.0 (#405)
Summary:
<!--- Provide a general summary of your changes in the Title above -->
<!--- Describe your changes in detail -->
Update version of layout-bin-packer from 1.2.2 to 1.4.0 in launching visdom server
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
closes#404
I have been suffered same issue, and solved it in the same way
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, experiments you ran to see how -->
<!--- your change affects existing areas of the code and their behaviors, etc. -->
<!--- One method of testing is to run the `demo.py` script from the examples -->
<!--- both on your branch and a clean branch and ensure that none of the functionality -->
<!--- appears different. Be sure to install from source when testing. -->
1. downloading test via wget
- 1.2.2

- 1.4.0

2. launching visdom server (`python -m visdom.server`)
- 1.2.2

- 1.4.0

3. on visdom web
- skip 1.2.2 because it does not show anything
- 1.4.0

<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] For JavaScript changes, I have re-generated the minified JavaScript code.
Closes#405
Differential Revision: D8677772
Pulled By: JackUrb
fbshipit-source-id: 7878930e745c2d955ef1573a4303d6b9a892555a
0 commit comments