This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[to
#42322933
]Add licenses
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10580553
* Add licenses
master
yuanzheng.yuanzhen
yingda.chen
3 years ago
parent
e2d35fbb14
commit
ce08cfbea8
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
modelscope/models/science/unifold/dataset.py
+3
-0
modelscope/models/science/unifold/model.py
+ 3
- 0
modelscope/models/science/unifold/dataset.py
View File
@@ -1,3 +1,6 @@
# The Uni-fold implementation is also open-sourced by the authors under Apache-2.0 license,
# and is publicly available at https://github.com/dptech-corp/Uni-Fold.
import copy
import logging
import os
+ 3
- 0
modelscope/models/science/unifold/model.py
View File
@@ -1,3 +1,6 @@
# The Uni-fold implementation is also open-sourced by the authors under Apache-2.0 license,
# and is publicly available at https://github.com/dptech-corp/Uni-Fold.
import argparse
import os
from typing import Any
Write
Preview
Loading…
Cancel
Save