The tutorial to train a model from scratch errors out and complains about a wrong keyword argument:
DataLoader(::Any, ::Any; collate, buffered, partial, useprimary) at ~\.julia\packages\DataLoaders\uGlPg\src\DataLoaders.jl:54 got unsupported keyword argument "validbsfactor"
DataLoader(::Any) at ~\.julia\packages\DataLoaders\uGlPg\src\DataLoaders.jl:54 got unsupported keyword argument "validbsfactor"
I followed the stack trace to DLPipelines.jl and DataLoaders.jl and can't find validbsfactor anywhere. What does it do?
The tutorial to train a model from scratch errors out and complains about a wrong keyword argument:
I followed the stack trace to DLPipelines.jl and DataLoaders.jl and can't find
validbsfactoranywhere. What does it do?