/autocomplete-pytorch

Fix the autocompletion issue with IDEs (e.g. PyCharm) for PyTorch 1.6.0+

Primary LanguagePythonApache License 2.0Apache-2.0

Autocomplete PyTorch

Fix the autocompletion issue with IDEs (e.g. PyCharm) for PyTorch 1.6.0+

Usage:

  1. Change to your python environment where pytorch is used.
  2. Run the following commands:
git clone git@github.com:hiaoxui/autocomplete-pytorch.git
cd autocomplete-pytorch
python3 migrate.py