FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
117 stars 25 forks source link

fixed deprecation warning from improper Vararg use #145

Closed ExpandingMan closed 1 year ago

ExpandingMan commented 1 year ago

This fixes a deprecation warning caused by deprecated usage of Vararg. The result looks somewhat confusing due to the specially covariant nature of Vararg and Tuple so I have inserted a comment to explain what's going on. See additional discussion in this Flux.jl PR.

PR Checklist