deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

a line of code is missing for `kur.__main__.build`? #66

Closed EmbraceLife closed 7 years ago

EmbraceLife commented 7 years ago

at line kur.main.build, line99, according to the flow of logic and the logger message, it seems the following code is missing:

args.bare = True

ajsyp commented 7 years ago

No, it isn't missing. The warning is that you are equivalently doing the same thing, since "bare" means that you aren't loading any data. So even if you didn't indicate "bare," if you didn't specify any data providers, then you also won't load any :)