DrChainsaw / NaiveGAflux.jl

Evolve Flux networks from scratch!
MIT License
41 stars 1 forks source link

Type pirating iterators #57

Closed DrChainsaw closed 4 years ago

DrChainsaw commented 4 years ago

Easy to refactor: Iterators.cycle(itr, n) => IterTools.ncycle (or make own implementation) Flux.onehotbatch(itr::Base.Iterators.PartitionIterator, labels) => Can probably be removed