catalystneuro / vame-desktop

A desktop application for the Variational Animal Motion Encoding project.
GNU General Public License v3.0
1 stars 0 forks source link

Lock config editing through the application (after model training?) #10

Closed garrettmflynn closed 3 weeks ago

garrettmflynn commented 3 weeks ago

We decided that it would be ideal to block editing the configuration file after users have generated their model.

This means we don't have to track which edits are critical and would require retraining—and users would be expected to create a new project to use different settings.

garrettmflynn commented 3 weeks ago

This has been implemented! We are simply blocking updates to the configuration file after the Organize Data section.