torzdf
6a3b674bef
Rebase code ( #1326 )
...
* Remove tensorflow_probability requirement
* setup.py - fix progress bars
* requirements.txt: Remove pre python 3.9 packages
* update apple requirements.txt
* update INSTALL.md
* Remove python<3.9 code
* setup.py - fix Windows Installer
* typing: python3.9 compliant
* Update pytest and readthedocs python versions
* typing fixes
* Python Version updates
- Reduce max version to 3.10
- Default to 3.10 in installers
- Remove incompatible 3.11 tests
* Update dependencies
* Downgrade imageio dep for Windows
* typing: merge optional unions and fixes
* Updates
- min python version 3.10
- typing to python 3.10 spec
- remove pre-tf2.10 code
- Add conda tests
* train: re-enable optimizer saving
* Update dockerfiles
* Update setup.py
- Apple Conda deps to setup.py
- Better Cuda + dependency handling
* bugfix: Patch logging to prevent Autograph errors
* Update dockerfiles
* Setup.py - Setup.py - stdout to utf-8
* Add more OSes to github Actions
* suppress mac-os end to end test
2023-06-27 11:27:47 +01:00
torzdf
8910ae505b
bugfix: fix gui initialization too early
2022-10-12 19:05:32 +01:00
torzdf
a061290b19
typing: lib.gui.popup_session
2022-10-12 13:17:59 +01:00
torzdf
afec523093
Bugfixes:
...
- Stats graph - Handle NaNs in data
- logger - de-elevate matplotlib font messages
2022-05-29 13:13:45 +01:00
torzdf
25d1f1b159
gui.analysis - Fixups
...
- Refactor stats and analysis code
- Fix rollover data bug on live training
- Update documentation
2021-04-13 00:10:29 +01:00
torzdf
616bd7c500
GUI fixes
...
- Split themes and styles to own module
- Fix border on console window
- variable name updates to make pep8 happy
2021-03-25 19:29:29 +00:00
torzdf
a656552204
Minor Updates
...
- GUI - Tweaks
- Fix Analysis Slider background color
- More granular theming controls
- Standardize comboboxes and scrollbars
- plugins.train.model._base
- Catch more model corruption errors
2021-03-18 17:43:56 +00:00
torzdf
7115ad3550
GUI - Minor Updates
...
- Add style support to control panel
- Theme settings to red
- Use standard tk buttons
- Fix some graphical glitches
2021-03-14 20:27:04 +00:00
torzdf
ea1f997850
Translations - Create .pot files for GUI Tooltips and tools
2021-03-10 17:04:58 +00:00
torzdf
1daa7dc6f6
GUI - Stats optimization ( #1067 )
...
* Faster stat loading + caching
* Compress data in cache
* Optimize some calculations
* Vectorize smoothing
* stats.Calculations optimized
* Load latest training data from live iterator
* Add options to training graph
2020-09-24 01:23:25 +01:00