8000 Comparing 08855dc...d64bfff · tensorlayer/TensorLayerX · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorlayer/TensorLayerX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08855dc
Choose a base ref
...
head repository: tensorlayer/TensorLayerX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d64bfff
Choose a head ref
  • 6 commits
  • 19 files changed
  • 3 contributors

Commits on Sep 8, 2024

  1. add_Jittor: Passing model tests, Parameter and Module Container test

    add_Jittor: Passing model tests, Parameter and Module Container test.
    
    Additional Functionality:
    1- TrainOneStep integration.
    2- Updated core/train_jt to enable accuracy to be measured.
    3- Updated Jittor Optimizer: replaced gradient and apply_gradient function with jittors default functions Zero_grad() and Step(). included a new function Set() to set the trainable_weights paramters for the optimizer.
    4- Updated Jittor Metrics for Accuracy, Recall, Precision and AUC.
    5- Creating Jittor model tutorial file jittor_module_tutorial.py
    6- Module Container and Parameter Container: Updated core_jittor ModuleList and ParameterDict to enable OrderedDict intialization which was not available due to the parent class (Jittor Module) initializing Dict by default which caused integration issues. This issue was handled by updating the function and also excluding the parent Module for these functions.
    
    Areas to optimize integration: Enabling Jittor integration to run large model training as currently it is limited in the complexity of NN layers.
    hishambarakat16 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d2260b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    08d45e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    42f84ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from moehanabi/fix-jittor-backend

    Fix some bugs in jittor backend implement
    hishambarakat16 authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c5826f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    613b577 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    d64bfff View commit details
    Browse the repository at this point in the history
Loading
0