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

Feature request: CSV Reader #198

Open
2 of 5 tasks
tomvars opened this issue Aug 9, 2018 · 1 comment
Open
2 of 5 tasks

Feature request: CSV Reader #198

tomvars opened this issue Aug 9, 2018 · 1 comment

Comments

@tomvars
Copy link
Collaborator

tomvars commented Aug 9, 2018

This issue is to track progress on new features for the CSVReader

The current version is in the refactoring-data-app branch. Its intended use is to be called within any Sampler such that the user can load CSV data as easily as they can load images. This data could be used as input to a network or as the target.

Features

  • Read in CSV as network target
  • Read in CSV as arbitrary features
  • Write a Sampler which uses information from a CSV to specify which patches to sample
  • Documentation
  • Tests
@wyli
Copy link
Member

wyli commented Aug 9, 2018

perhaps leave a flexible interface for the advanced features as well:

  • Read in CSV as network targets of variable length sequences
  • Support preprocessing/data augmentation layers e.g. read in CSV network targets as texts and encode them as numerical vectors, like layer/discrete_label_normalisation.py

--
relevant issues:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants