Skip to content

Commit 60c78c9

Browse files
authored
Update changelog.txt
1 parent 711b27b commit 60c78c9

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

changelog.txt

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
Lithicsoft Trainer Studio 2024 Build 20240703
2-
Launcher fix: Launcher showed the download/test process instead of
3-
running it in the background. Launcher optimization.
4-
Reported bug fixes: Text color error (black instead of blue), launcher
5-
background color (white instead of blue), control panel, camera
6-
asymmetry error (not square), accuracy error in report tab (display
7-
decimal numbers)
8-
Use images instead of cameras: Users can now use images to predict
9-
without having to use the camera.
10-
Test mode: Test model in the result tab will be automatically enabled
11-
when the model has been previously trained (with model.zip file) each
12-
time it starts.
13-
Correct the path to the info button's website (https://lithicsoft.rf.gd/ ->
14-
https://lithicsoft.rf.gd/trainerstudio/)
1+
Lithicsoft Trainer Studio 2024 Build 20240709
2+
Python support: Add language system (C#, Python),
3+
add 2 new models that support python: LSTM (PyTorch)
4+
and RNN (Tensorflow) text generation
5+
Detail:
6+
Patch 20240708
7+
Shows the installation process on pip
8+
Fix missing dotenv package
9+
Fix incorrect display of richTextBox (1->2)
10+
Fix project being opened without installing
11+
necessary packages
12+
Patch 20240708a1
13+
Support LSTM Text Generation Model (PyTorch)
14+
Fix result tab:
15+
+ Remove test model (pipeline is not available
16+
for this project type)
17+
+ Change model file to result folder
18+
Patch 20240708a2
19+
Add error handle for pip
20+
Support test for text generation models
21+
Cleaning code no.1
22+
Better trainer kit downloader

0 commit comments

Comments
 (0)