lorenzoh

Results 124 comments of lorenzoh

Hey, author of DataAugmentation.jl here. I created DataAugmentation.jl to adress some of my pain points with Augmentor.jl, though that was a while ago and I don't know how much has...

I think you've readded some files from TextModels.jl that we don't need, could you remove those? 🙂

Yeah, documentation for that hasn't been written yet. If you want to implement new `Encoding`s for existing blocks, for now the best resource is [the docstring for `Encoding`](https://github.com/FluxML/FastAI.jl/blob/3a017af061a1125231fe7d7a4ec98da0a255d781/src/datablock/encoding.jl#L2). You can...

Thanks for the detailed report of the issue! It is not inherently necessary to use a temporary folder but I didn't figure out a less clunky solution. What it does...

That looks promising, thanks for taking the time!

Can you explain a bit more what you mean by "sequence of batches" so I can wrap my head around it?

Hm, I see the issue and how this doesn't solve it. Of course putting the batchseq into the model is not desirable either. Instead of introducing a lot of new...

Adding this kind of first-class support for batches will entail a lot of changes to FastAi.jl internals, e.g. applying encode to batches and not individual samples, but should ultimately reduce...

Hi Christian, thanks for reporting this! I think there’s been an issue with the documentation build, as this should be fixed in the docs source on master (see https://github.com/FluxML/FastAI.jl/blob/master/docs/notebooks/quickstart.ipynb). I’ll...

Sorry about this! I didn't want to make a big release right before my absence and me adding versioning support to Pollen.jl is still WIP which created this confusing situation...