Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 432 Bytes

install.rst

File metadata and controls

20 lines (11 loc) · 432 Bytes

Installation

To use uniPort, first install it using pip:

pip3 install uniport

After a correct installation, you should be able to import the module without errors:

import uniport as up

We highly recommand training the model with Nvidia GPU devices, consider install Pytorch cuda version:

pip3 install torch torchvision torchaudio