Orkis-Research / Pytorch-Quaternion-Neural-Networks

This repository is an update to all previous repositories with implementations of various Quaternion-valued Neural Networks in PyTorch
GNU General Public License v3.0
200 stars 54 forks source link

Pip install inside conda env #11

Closed AI-madman closed 3 years ago

AI-madman commented 3 years ago

To install the setup inside a conda ENV using pip you have to change line 13 to

packages=find_packages() + find_packages('core_qnn'),

it removes the / sign which creates some confusion in the dir listing.