amdegroot / ssd.pytorch

A PyTorch Implementation of Single Shot MultiBox Detector
MIT License
5.14k stars 1.75k forks source link

Issue running training #177

Open yuliiasergeeva opened 6 years ago

yuliiasergeeva commented 6 years ago

Hello, when I run python train.py I get this:

Traceback (most recent call last): File "train.py", line 1, in from data import File "C:\Users\Yuliia\Install\SSD Multibox\ssd.pytorch\data__init.py", line 1, in from .voc0712 import VOCDetection, VOCAnnotationTransform, VOC_CLASSES, VOC_ROOT File "C:\Users\Yuliia\Install\SSD Multibox\ssd.pytorch\data\voc0712.py", line 11, in import torch File "C:\Users\Yuliia\Anaconda3\envs\tensorflow\lib\site-packages\torch\init__.py", line 78, in from torch._C import ImportError: DLL load failed: The operating system cannot run %1.

What may cause this error and what's the fix? Thanks!

IvanXieZS commented 5 years ago

Hello, i meet the same problem. May i know the solution of the problem?