An open API service providing commit metadata for open source projects.

GitHub / tensorlayer/TensorLayerX / commits

TensorLayerX: A Unified Deep Learning and Reinforcement Learning Framework for All Hardwares, Backends and OS.

SHA Message Author Date Stats
95f9de6f merge Merge pull request #86 from ZXJC-niusile/main Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e0bcfee5 Fix: add **kwargs to _named_members for PyTorch 2.6+ compatibility ZXConjure <2****8@q****m> 7 months ago
3732d071 merge Merge pull request #85 from chu-fa/main Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
9 months ago
0a3ec79b merge Merge pull request #84 from moehanabi/dist_dev Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
9 months ago
b8b43bcb merge Merge pull request #83 from moehanabi/fix_ops Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
9 months ago
2aeed3e9 merge Merge pull request #82 from moehanabi/fix-oneflow-backend Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
9 months ago
1526090c merge Merge pull request #80 from moehanabi/dev Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
9 months ago
2ed7711f Update certain operators and neural network layers chu-fa <1****4@q****m> 9 months ago
f9224c3d Update requirements_torch.txt Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
77b72482 Update LICENSE.rst Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
4094b0e1 Update README.md Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a89e37a1 yapf python formatting Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b780bebe Update Tile Class Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
6476929d python formatting Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8fbbd5ae yap Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b99e3272 update dropout Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8651577c Update utils.py Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b1bee422 Update core.py Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
45351814 Update __init__.py Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8e128fab merge Merge branch 'tensorlayer:main' into dist_dev Brilliant Hanabi <m****n@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a807a510 Fix some bugs in mindspore ops backend Brilliant Hanabi <m****n@o****m> over 1 year ago
11bfebf3 Add mindspore dist support Brilliant Hanabi <m****n@o****m> over 1 year ago
767fea09 Fix pytorch dist support Brilliant Hanabi <m****n@g****m> over 1 year ago
7bf76493 Add paddle dist support Brilliant Hanabi <m****n@o****m>
Committed by: Brilliant Hanabi <m****n@g****m>
over 1 year ago
d64bfffe User: moehanabi updated oneflow_backend.py root <h****6@g****m> over 1 year ago
57f75b34 Fix some bugs in oneflow backend implement Brilliant Hanabi <m****n@g****m> over 1 year ago
613b577b fixed some issues with jittor nn Hisham <h****6@g****m> over 1 year ago
c5826f8d merge Merge pull request #81 from moehanabi/fix-jittor-backend Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
42f84ee9 Fix some bugs in jittor backend implement Brilliant Hanabi <m****n@g****m> over 1 year ago
08d45e38 merge Merged add_jittor into main, resolving conflicts Hisham <h****6@g****m> over 1 year ago
536b237b Fix wrong variable name Brilliant Hanabi <m****n@g****m> almost 2 years ago
db55f72a Fix wrong operator "is" in string comparisons Brilliant Hanabi <m****n@g****m> almost 2 years ago
74ad9c32 Fix unavailable mnist dataset download link Brilliant Hanabi <m****n@g****m> almost 2 years ago
08855dcd Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
73ec66a3 Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
19f71f03 Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
5b406f32 merge Merge pull request #78 from tensorlayer/add_jittor Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
about 2 years ago
80f3f6c1 add_Jittor: Passing model tests, Parameter and Module Container test Hisham <h****6@g****m> about 2 years ago
d2260b91 add_Jittor: Passing model tests, Parameter and Module Container test Hisham <h****6@g****m> about 2 years ago
772af7ad updated jittor to load save weights of model Hisham <h****6@g****m> about 2 years ago
b907adf4 Patching bugs (post Utilities test) Hisham <h****6@g****m> about 2 years ago
c8b6108a modfied core.py to integrate jittor optmizer. updated jittor metrics. Hisham <h****6@g****m> about 2 years ago
8946a63e Updating Jittor Optimizer to intergrate Adam Hisham <h****6@g****m> about 2 years ago
480645d6 updated Jittor with WithGrad, TrainOneStep and TrainOneStepWithGradientClipping Hisham <h****6@g****m> about 2 years ago
d70b8fb7 Updated Jittor_nn, dataflow/Utils and jittor_Cost Hisham <h****6@g****m> about 2 years ago
0211bdf1 Updated dataflow/utils.py and added jittor Hisham <h****6@g****m> about 2 years ago
2e1832de Updated Core_Jittor.py and enabled Activation Functions to function as expected Hisham <h****6@g****m> about 2 years ago
7e73b245 Updating files to fix minor bugs Hisham <h****6@g****m> over 2 years ago
066c3923 Updated __init__py files for losses, metrics, model core, model utils, vision... Hisham <h****6@g****m> over 2 years ago
0a66e519 Added /vision/ops/jittor_ops.py Hisham <h****6@g****m> over 2 years ago
7407a51f Updated core/__init__py Hisham <h****6@g****m> over 2 years ago
278ce4b4 updated load_initializers.py Hisham <h****6@g****m> over 2 years ago
4cead40e Added core_jittor.py and jittor_initializers.py Hisham <h****6@g****m> over 2 years ago
92b06138 jittor_backend updated Hisham <h****6@g****m> over 2 years ago
863c509f updated jittor_backend.py and removed complex64 and complex128 Hisham <h****6@g****m> over 2 years ago
00647a39 modified __init__.py and added jittor version Hisham <h****6@g****m> over 2 years ago
49f95c81 Added jittor to load_backend.py Hisham <h****6@g****m> over 2 years ago
b9f4bb5a Changed desc on jittor_nn.py Hisham <h****6@g****m> over 2 years ago
be15628b Added jittor metrics jittor_metrics.py Hisham <h****6@g****m> over 2 years ago
5d946bd2 Added jittor loss 'jittor_cost.py' Hisham <h****6@g****m> over 2 years ago
157ec0bd Finished wirting the code for Jittor_nn.py and changed the name to jittor_nn.py Hisham <h****6@g****m> over 2 years ago
33e4d356 Integration Progress uptill line 2000 Hisham <h****6@g****m> over 2 years ago
7b550164 removed jitter_backend.py. This file is no longer needed and was created by me Hisham <h****6@g****m> over 2 years ago
af9a586f Created Jittor_nn.py File. The file is a copy of oneflow_nn.py. the code has ... Hisham <h****6@g****m> over 2 years ago
5f15e97f Jittor backend 'jittor_backend.py' is added. quantumliu <l****0@s****m> over 2 years ago
50160c9a Update __init__.py Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7340e9e2 Fix import distributed error in backends QuantumLiu <l****0@s****m> almost 3 years ago
36e4063c merge Merge pull request #75 from Ivorfeng/adapt_mlu_distributed Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
c981eb88 Update README.md Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
0b35f98e Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
507b8195 Update requirements_doc.txt Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
780fe2d7 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
dd4da272 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
d739e68c Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
339d7091 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
ed76e6f1 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
94b44a41 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
e6d605d9 Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b494d78d Update .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
d0d7ab2c Rename .readthedocs.yml to .readthedocs.yaml Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
4a8e816a update readthedocs yml (#76) Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3bfa77a4 add torch distribution huangjianfeng <h****g@c****m> about 3 years ago
6c4100c5 fix unsorted_segment_ops (#74) Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
dc93ebeb fix mindspore backend ops (#73) Jiarong Han <j****n@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
be76ccf3 Fix torch backend module Eric_lai <l****p@1****m> over 3 years ago
f537a025 fix some bugs (#72) qZhiyue <5****9@q****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a49e6415 Delete readme_test.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b35ff511 Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
61bdcb32 Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
31e46f88 Update README.md Hisham Barakat <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d3e8a23e added new readme file hishambarakat16 <h****6@g****m> over 3 years ago
7da7f029 update tutorials hanjr92 <j****n@o****m> over 3 years ago
d0144871 update tutorials hanjr92 <j****n@o****m> over 3 years ago
9fec3542 Update README.md Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
93d4a65c Update README.md Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1d9838ef refine Linear hanjr92 <j****n@o****m> over 3 years ago
bbdedc26 Update docs Eric_lai <l****p@1****m> over 3 years ago
d8f8905f Update README.md Hao <1****o@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
fb1d9806 Delete installation.html Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
over 3 years ago
35ad5b82 Delete dataset.html Yiliang Liu <q****u@p****n>
Committed by: GitHub <n****y@g****m>
over 3 years ago

← Back to repository