Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Config variable missing etl property Error #8

Open
pantherso48 opened this issue Nov 10, 2017 · 0 comments
Open

Config variable missing etl property Error #8

pantherso48 opened this issue Nov 10, 2017 · 0 comments

Comments

@pantherso48
Copy link

Hello,

I'm working through this tutorial and am running into an error asking for the etl property in the config variable, I was getting a batch_size missing error but I changed minibatch to batch to get rid of that:

config = {
'manifest_filename': 'data/cifar10/train-index.csv', # CSV manifest of data
'manifest_root': 'data/cifar10', # root data directory
'image': {'height': 224, 'width': 224, # output image size
'scale': [0.875, 0.875], # random scaling of image before cropping
'flip_enable': True}, # randomly flip image
'type': 'image,label', # type of data
'minibatch_size': be.bsz # batch size
}

When I run this code the config object is missing an etl property, I looked in the source code of aeon but the example I used is still throwing an error.

train_set = AeonDataLoader(config, be)

Any clarification about how to structure the etl property?

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

1 participant