Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

walk through index.csv file in order? #13

Closed
willfrey opened this issue Feb 8, 2016 · 2 comments
Closed

walk through index.csv file in order? #13

willfrey opened this issue Feb 8, 2016 · 2 comments

Comments

@willfrey
Copy link

willfrey commented Feb 8, 2016

How can I walk through my index.csv file from the first entry to the last? For example, if I've sorted the index.csv file by sample length — since I have variable length training data — I'd like to walk through from the shortest to the longest.

Setting samplerKind = 'linear' appears to walk through in the same order but not in the order given in the index.csv file.

Is there any way to achieve this behavior?

@zakattacktwitter
Copy link
Contributor

Unfortunately there is currently no way to do this, however its been on my
list to fix for some time now.

On Mon, Feb 8, 2016 at 11:55 AM, willfrey notifications@github.com wrote:

How can I walk through my indexcsv file from the first entry to the last?
For example, if I've sorted the indexcsv file by sample length — since I
have variable length training data — I'd like to walk through from the
shortest to the longest

Setting samplerKind = 'linear' appears to walk through in the same order
but not in the order given in the indexcsv file

Is there any way to achieve this behavior?


Reply to this email directly or view it on GitHub
#13.

@zakattacktwitter
Copy link
Contributor

See issue #9, I'll try and implement this soon. Thanks!

@willfrey willfrey closed this as completed Dec 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants