qywu / TorchFly

A PyTorch Deep Learning Kit
MIT License
12 stars 5 forks source link

ModuleNotFoundError: No module named 'apex.normalization' #1

Closed luweishuang closed 4 years ago

luweishuang commented 4 years ago

import torchfly and get a error

qywu commented 4 years ago

You should install apex first with CUDA support.

# modified the error due to cuda version
git clone https://github.com/qywu/apex
cd apex
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
netsafe commented 11 months ago

there's no such repository for now - where can I get the code?