Model modelling is implemented and available; however: - No direct render integration in the UI, only through agent query or Python functions (model.add_neurons(...) - Test and fix model graph generation (currently supports Torch and ONNX but has a limited scope) - Refactor modelling code https://github.com/GrayboxTech/weightslab/issues/6 https://github.com/GrayboxTech/weightslab/issues/7 https://github.com/GrayboxTech/weightslab/issues/8 TODO: - [ ] Implement UI modelling of the model graph (model rendering, layers and neurons actions (freeze, reset, add, prune) - [ ] Neurons evolution follow-up in the graph - [ ] WeightsLab modelling code review
Model modelling is implemented and available; however:
TODO: