4459 Commits

Author SHA1 Message Date
lemon3853
231de43cdd
docs: remove useless ` (#3141) 2024-05-15 16:25:53 +08:00
changdazhou
d24436f3e4
remove mirrors-yapf (#3104) 2024-05-13 14:33:01 +08:00
jzhang533
9efbbb8820
try using github action to automate release package uploading (#3113) v2.5.2 2024-03-25 15:14:51 +08:00
Tongkai
8a53cdd6cc
Add a script for evaluating all models & fix errors in some configuration files (#3101)
* Add a script for evaluating all models & fix errors in some configuration files

* modify log dir name
2024-03-05 11:14:24 +08:00
changdazhou
b250aec615
add mirrors-yapf (#3096) 2024-02-27 15:12:59 +08:00
zhangyubo0722
4092cabf77
update paddlex of readme (#3074)
* update paddlex of readme

* delete some text
2023-12-28 14:22:30 +08:00
cuicheng01
27b3591b36
update readme for paddlex (#3028) 2023-11-02 10:47:50 +08:00
Kai Song
e35611697a
[cherry-pick]cherry-pick tipc scripts update and fix np.int error (#3011) 2023-10-23 11:09:37 +08:00
Mikhail Scherbina
cb9392e60a
Update utils.py (#2886)
Fix
I0725 16:27:55.483268 10662 eager_method.cc:140] Warning:: 0D Tensor cannot be used as 'Tensor.numpy()[0]' . In order to avoid this problem, 0D Tensor will be changed to 1D numpy currently, but it's not correct and will be removed in release 2.6. For Tensor contain only one element, Please modify  'Tensor.numpy()[0]' to 'float(Tensor)' as soon as possible, otherwise 'Tensor.numpy()[0]' will raise error in release 2.6.
2023-10-10 20:06:47 +08:00
cuicheng01
f5d99d0c74
update readme for paddlex (#2953)
* update readme for paddlex

* update readme for paddlex
2023-09-06 17:13:42 +08:00
HydrogenSulfate
9984080a3d change *.numpy()[0] to float(*) for correct usage of 0-D tensor 2023-08-10 17:24:13 +08:00
duanyanhui
e877e6a941 update npu python version in tipc config 2023-07-25 17:05:09 +08:00
duanyanhui
a4db6f11bf fix npu tipc scripts to reduce running time 2023-07-06 16:25:48 +08:00
gaotingquan
a29d48960d adapt to Pillow new version 10.0.0 2023-07-05 21:35:46 +08:00
gaotingquan
1a06cdcead docs: rm specified branch 2023-06-29 19:46:31 +08:00
Tingquan Gao
c9fd49f075 Update QR code 2023-06-14 11:20:35 +08:00
duanyanhui
4a1bdf5857 rm with_data_parallel 2023-05-05 16:20:53 +08:00
duanyanhui
6a55aac38c update npu inference api 2023-05-05 16:20:53 +08:00
yunyaoXYY
a89269e539 Update README_ch.md 2023-03-17 13:11:21 +08:00
gaotingquan
ba5b82882e fix: export.py -> export_model.py 2023-03-14 16:14:49 +08:00
gaotingquan
c194a1893c fix acc metric 2023-03-14 16:14:49 +08:00
gaotingquan
01052dae70 fix format 2023-03-14 16:14:49 +08:00
HydrogenSulfate
047c907da2 (cherry pick)update android demo doc in quick start 2023-03-03 16:45:36 +08:00
gaotingquan
9a9dac5da0 fix: set dtype in paddle.to_tensor() 2023-02-10 16:51:27 +08:00
Evezerest
69aad7ea14 Update README_ch.md 2023-02-03 10:56:13 +08:00
gaotingquan
177e4be746 docs: fix 2023-01-30 15:42:31 +08:00
zengshao0622
c667d102c1 fix opencv requirement 2023-01-12 20:13:57 +08:00
gaotingquan
60706df148 fix 2023-01-12 20:13:57 +08:00
HydrogenSulfate
57187d853a Update retrieval.py
remove unused import "platform"
2023-01-05 19:55:46 +08:00
HydrogenSulfate
f54f03ac83 fix(retrieval): remove max_iter in retrieval.py to avoid empty data 2023-01-05 19:55:46 +08:00
Wei Shengyu
0c6749b766 Update data_augmentation.md 2022-12-29 15:20:08 +08:00
gaotingquan
6a1f7bff36 rm the faiss version 2022-12-22 14:32:52 +08:00
Leif
b75f4989c0 Update README
Update README
v2.5.1
2022-12-01 14:10:22 +08:00
gaotingquan
5c96d74d65 update setup about classifiers 2022-11-25 12:55:48 +08:00
HydrogenSulfate
79273e531d add demo image 2022-11-22 15:52:50 +08:00
cuicheng01
622a94eea9
Update metrics.py 2022-11-18 13:19:38 +08:00
gaotingquan
012823bed5 debug: should not use == to check None obj 2022-11-17 15:20:13 +08:00
gaotingquan
89696c7bac fix error that sync bn should not be used on cpu 2022-11-16 16:05:30 +08:00
cuicheng01
2e41b5de5e
Update celoss.py 2022-11-14 21:39:55 +08:00
zengshao0622
e5771019e5 fix shitu readme doc v2.5.0 2022-11-08 18:59:11 +08:00
gaotingquan
b1e4b4f153 docs: update demo result 2022-11-01 22:11:26 +08:00
gaotingquan
ac9864745d docs: fix 2022-11-01 22:11:26 +08:00
gaotingquan
151453ccf5 docs: update 2022-11-01 22:11:26 +08:00
gaotingquan
8df0a4a4de docs: fix the error links 2022-11-01 22:11:26 +08:00
gaotingquan
d3668f40c8 docs: fix invalid links 2022-11-01 22:11:26 +08:00
gaotingquan
01274b415d docs: fix links 2022-11-01 22:11:26 +08:00
gaotingquan
8e5f646547 docs: update demo 2022-11-01 22:11:26 +08:00
gaotingquan
2004b49d3e docs: supplement relevant english docs 2022-11-01 22:11:26 +08:00
gaotingquan
23c658dbdc docs: fix invalid links 2022-11-01 22:11:26 +08:00
gaotingquan
ad5904f806 fix: fix bug that some args may not work when they are False 2022-11-01 19:45:50 +08:00