Skip to content

20240709

Compare
Choose a tag to compare
@EndermanPC EndermanPC released this 09 Jul 03:30
· 126 commits to main since this release
60c78c9

Lithicsoft Trainer Studio 2024 Build 20240709
Python support: Add language system (C#, Python), add 2 new models that support python: LSTM (PyTorch) and RNN (Tensorflow) text generation
Detail:
Patch 20240708

  • Shows the installation process on pip
  • Fix missing dotenv package
  • Fix incorrect display of richTextBox (1->2)
  • Fix project being opened without installing necessary packages

Patch 20240708a1

  • Support LSTM Text Generation Model (PyTorch)
  • Fix result tab:
  • Remove test model (pipeline is not available for this project type)
  • Change model file to result folder

Patch 20240708a2

  • Add error handle for pip
  • Support test for text generation models
  • Cleaning code no.1
  • Better trainer kit downloader