Skip to content

Commit 68ce4d9

Browse files
authored
Merge branch 'mindspore-lab:master' into master
2 parents a2717ed + ef64a3b commit 68ce4d9

File tree

59 files changed

+9343
-921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+9343
-921
lines changed

.github/pylint.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ disable=raw-checker-failed,
216216
consider-using-generator,
217217
fixme,
218218
use-a-generator,
219-
nested-min-max
219+
nested-min-max,
220+
method-hidden
220221

221222
# Enable the message, report, category or checker with the given id(s). You can
222223
# either give multiple identifier separated by comma (,) or put this option

applications/Beit/Understading_BeitForMaskedImageModeling_Mindspore.ipynb

Lines changed: 669 additions & 0 deletions
Large diffs are not rendered by default.

applications/DPT/Dense Vision Transformers.ipynb

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

applications/LayoutLMv2/Fine_tuning_LayoutLMv2ForTokenClassification_on_CORD.ipynb

Lines changed: 3547 additions & 0 deletions
Large diffs are not rendered by default.

applications/SAM/SAM.ipynb

Lines changed: 515 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)