[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2013-04-03 Thread dino99
http://www.iloveubuntu.net/may-9th-2013-sees-end-life-ubuntu-804-hardy-
heron-server-ubuntu-1004-lucid-lynx-desktop-and-ubuntu

** Changed in: libfann (Ubuntu Natty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfann/+bug/712290/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-05-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/libfann

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-05-02 Thread Martin Pitt
Accepted libfann into natty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: libfann (Ubuntu Natty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libfann

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-30 Thread Launchpad Bug Tracker
This bug was fixed in the package libfann - 2.1.0~beta~dfsg-3

---
libfann (2.1.0~beta~dfsg-3) unstable; urgency=low

  * debian/control:
- Bumped Standards-Version to 3.9.2 (changes required)
- Updated Homepage (new location)
  * debian/rules:
- In libtool *.la files, set dependency_libs to null string as required by
  Policy section 10.2. Closes: #621572
  * debian/copyright:
- Updated DEP5 format to r173
- Updated DEP5 keyword for BSD-3-clause license
   * debian/watch:
- uversionmangle release qualifier (here: beta) instead of dversionmangle
  * debian/patches added:
- 0005-Correct-a-typo-in-a-size-comparison
  Fixes a typo in the python wrapper. LP: #712290
 -- Ubuntu Archive Auto-SyncSat,  30 Apr 2011 13:04:03 
+

** Changed in: libfann (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-28 Thread Luke Yelavich
** Changed in: libfann (Ubuntu Natty)
   Status: New => In Progress

** Changed in: libfann (Ubuntu Natty)
 Assignee: (unassigned) => Luke Yelavich (themuso)

** Description changed:

  SRU justification:
  
  The typo referred to in the below bug report causes the python fann API
  to be unusable for any python applications that wish to use the fann
  python bindings/library, causing the below error. Backporting the patch
  to the natty package will allow the python fann bindings to be usable.
  
  This is already fixed in the latest Debian package, and will be synced into 
oneiric 
  once it opens.
+ 
+ Regression potential:
+ 
+ Regression potential should be minimal to non-existant.
  
  Original report follows:
  
  When using the function libfann.training_data().set_train_data, the following 
error appears:
File "fann.py", line 29, in __init__
  train.set_train_data(dataset, labels)
File "/usr/lib/pymodules/python2.6/pyfann/libfann.py", line 301, in 
set_train_data
  def set_train_data(self, *args): return 
_libfann.training_data_set_train_data(self, *args)
  ValueError: Size mismatch. All items must be of the same size
  
  
  The error has a fix: http://leenissen.dk/fann/forum/viewtopic.php?f=1&t=626
  Its simply a typo in the wrapper (one character!).
  Can this be fixed and the new version pushed out?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-28 Thread Luke Yelavich
** Description changed:

+ SRU justification:
+ 
+ The typo referred to in the below bug report causes the python fann API
+ to be unusable for any python applications that wish to use the fann
+ python bindings/library, causing the below error. Backporting the patch
+ to the natty package will allow the python fann bindings to be usable.
+ 
+ This is already fixed in the latest Debian package, and will be synced into 
oneiric 
+ once it opens.
+ 
+ Original report follows:
+ 
  When using the function libfann.training_data().set_train_data, the following 
error appears:
File "fann.py", line 29, in __init__
  train.set_train_data(dataset, labels)
File "/usr/lib/pymodules/python2.6/pyfann/libfann.py", line 301, in 
set_train_data
  def set_train_data(self, *args): return 
_libfann.training_data_set_train_data(self, *args)
  ValueError: Size mismatch. All items must be of the same size
  
  
  The error has a fix: http://leenissen.dk/fann/forum/viewtopic.php?f=1&t=626
  Its simply a typo in the wrapper (one character!).
  Can this be fixed and the new version pushed out?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-28 Thread Luke Yelavich
** Also affects: libfann (Ubuntu Natty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-04-23 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/libfann

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-02-06 Thread Robert Layton
Thanks Christian, particularly for the quick reply.

For anyone who stumbles across this page, I have a workaround which
saves the dataset to a file and then runs the train_on_file method to
train the network.?field.comment=Thanks Christian, particularly for the
quick reply.

For anyone who stumbles across this page, I have a temporary workaround
which saves the dataset to a file and then runs the train_on_file method
to train the network. As expected, its slow, but it does the job.

** Attachment added: "ann_train.py"
   
https://bugs.launchpad.net/ubuntu/+source/libfann/+bug/712290/+attachment/1834550/+files/ann_train.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712290] Re: set_train_data ValueError: Size mismatch. All items must be of the same size

2011-02-06 Thread Christian Kastner
I've committed a fix in the Debian package, I hope to upload soon and
will then ask for an Ubuntu sync.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712290

Title:
  set_train_data ValueError: Size mismatch. All items must be of the
  same size

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs