-
Updated
Sep 29, 2020 - Python
architecture
Here are 133 public repositories matching this topic...
-
Updated
Oct 2, 2020 - Python
-
Updated
Mar 22, 2020 - Python
-
Updated
Feb 27, 2019 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 9, 2020 - Python
trimesh_cotangent_laplacian_matrix
-
Updated
Sep 12, 2020 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
May 9, 2018 - Python
There are different conventions for virtual environments.
Like creating all the virtual environments on a folder ( "~/virtualenvs/" ),
or naming the virtual environment with a leading dot ( ".../project/path/.venv" ),
right now the virtual environment is created inside the project folder with a default name "venv"
-
Updated
Sep 30, 2020 - Python
-
Updated
Mar 19, 2019 - Python
-
Updated
Sep 1, 2017 - Python
Using colour as a way of conveying information doesn't work for certain kinds of colour-blindness.
- Use icons instead of just colour (test with https://www.toptal.com/designers/colorfilter)
- Ensure that the generated markup that this project controls works with screen readers.
-
Updated
Dec 15, 2019 - Python
-
Updated
Oct 16, 2018 - Python
Feature Request
It would be nice to have an example showing how to load a robot from URDF / ROS (robot in meters) and then scale it (for millimeters).
robot = client.load_robot(load_geometry=True)
robot.artist = RobotArtist(robot.model)
robot.scale(1000)
It should also be ensured that scale() can be called before or after setting the artist, and lead to the same result.
-
Updated
Jul 4, 2020 - Python
-
Updated
Jan 16, 2020 - Python
-
Updated
Mar 23, 2019 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Jan 20, 2020 - Python
-
Updated
Sep 23, 2020 - Python
Improve this page
Add a description, image, and links to the architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the architecture topic, visit your repo's landing page and select "manage topics."
在解决了上面两个issue后,按照123页运行后,还是无法启动两个gpu:worker,加一个cpu:PS分布式训练。求问命令行应该如何输入,还是代码的问题。