ecm200 / caltech_birds

A set of notebooks as a guide to the process of fine-grained image classification of birds species, using PyTorch based deep neural networks.
41 stars 7 forks source link

"pip install" doesn't work on cub_tools #2

Open ecm200 opened 4 years ago

ecm200 commented 4 years ago

When running "pip install ." in the cub_tools directory, installation fails saying incorrect syntax. Missing "," after dependencies list. Incorrect specification of PyTorch version, need to remove the version specification.