garydoranjr / misvm

Multiple-Instance Support Vector Machines
BSD 3-Clause "New" or "Revised" License
234 stars 81 forks source link

Help -- ValueError : Rank(A) < p or Rank([P; A; G]) < n #27

Open Sere1995 opened 3 years ago

Sere1995 commented 3 years ago

Hi, I'm trying to use the algorithm but I get this error :

ValueErrorTraceback (most recent call last)

in () 1 ----> 2 classifier.fit(train_bags, train_labels) 3 frames /content/src/misvm/misvm/quadprog.py in solve(self, verbose) 75 self._ensure_pd(eps) 76 else: ---> 77 raise e 78 79 _apply_options(old_settings) ValueError: Rank(A) < p or Rank([P; A; G]) < n Can you help me solve this ? thank you in advance for any help