Playground: Do’s and Don’t’s#

Don’t’s#

  • We provide everything that PolyBlocks uses and depends on in a Python virtual environment. These specifically include a specific version of PyTorch and TensorFlow. The user will not have the access to modify this environment.

  • Any attempts to install a specific version of PyTorch or Tensorflow will lead to an installation in the user’s local Python environment, which may break the setup. In such cases, the user must simply uninstall these packages from the environment. It’s possible to create additional environments separate from the one provided by PolyBlocks for testing and comparison.