iterative / dvclive

📈 Log and track ML metrics, parameters, models with Git and/or DVC
https://dvc.org/doc/dvclive
Apache License 2.0
161 stars 35 forks source link

Fix `TypeError` by explictly calling shadowed `builtins.type` #762

Closed aazuspan closed 8 months ago

aazuspan commented 8 months ago

Closes #761 by explicitly calling builtins.type instead of the type argument that's shadowing it.