cookiecutter-pyml icon indicating copy to clipboard operation
cookiecutter-pyml copied to clipboard

Results 18 cookiecutter-pyml issues
Sort by recently updated
recently updated
newest added

Replace `load_model` and such with factories, encapsulating the configuration.

enhancement

Following internal discussions, it is preferred to remove the licenses from `APPROVED_LICENSES.md` to avoid future errors and make it explicit that we do not do this vetting.

- Split the download and the loading. - In general, separated the processing into functions that can be called independently - - For example, to create the split once, and...

add graph to visualize models in the logger (tensorboard in this case) ![image](https://user-images.githubusercontent.com/18450628/204324313-7371b4ab-501e-48d3-b7e2-e1f6124b2950.png)

enhancement

Adds support to plot images of the first batch of the validation set to tensorboard ![image](https://user-images.githubusercontent.com/18450628/204374513-5d4e410f-4ff0-4331-9bcb-59a733a63a14.png)

enhancement

3.11 is supposed to include a performance bump, and 3.10 included changes to make typing less tedious (e.g. dict[str, int] works!) Those are new versions, so we might have problem...