[Torch5-bugs] [ torch5-Bugs-1804943 ] gfx hist has several problems
Status: Pre-Alpha
Brought to you by:
andresy
|
From: SourceForge.net <no...@so...> - 2007-09-29 23:37:38
|
Bugs item #1804943, was opened at 2007-09-29 23:37 Message generated for change (Settings changed) made by andresy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1804943&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: Open Resolution: None Priority: 5 Private: No Submitted By: Raoul d'Andresy (andresy) >Assigned to: thespermwhale (thespermwhale) Summary: gfx hist has several problems Initial Comment: the hist() command in gfx package has several problems. first, for some strange reasons, it does not accept tensor of size n, but only tensor of size nx1. I say "strange", because I looked at the code, and it seems it is supposed to handle it, but it does not work. second, when plotting things lying in a range -1 < x < 1, we do not see anything on the "x" axis (except zero (but not even in all cases in fact)). also, on the y axis, only one or two "ticks" appears. see example in attachment (lua script + data) for e.g. . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1804943&group_id=183526 |