[Torch5-bugs] [ torch5-Bugs-1850502 ] TensorIterator has a bug
Status: Pre-Alpha
Brought to you by:
andresy
From: SourceForge.net <no...@so...> - 2007-12-14 04:54:01
|
Bugs item #1850502, was opened at 2007-12-14 04:06 Message generated for change (Comment added) made by andresy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1850502&group_id=183526 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: Raoul d'Andresy (andresy) Assigned to: Raoul d'Andresy (andresy) Summary: TensorIterator has a bug Initial Comment: TensorIterator does not work when the data is not contiguous in memory. E.g.: after a transpose on a 2D tensor. Scary, as it has an impact on a lot of operations. ---------------------------------------------------------------------- >Comment By: Raoul d'Andresy (andresy) Date: 2007-12-14 04:54 Message: Logged In: YES user_id=1651867 Originator: YES Corrected. Note: it had only an impact on Tensor where the trailing contiguous dimensions is > 1. Did not have an impact on all the neural net I tested. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1850502&group_id=183526 |