yuanzheng.yuanzhen yingda.chen 3 years ago
parent
commit
ce08cfbea8
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      modelscope/models/science/unifold/dataset.py
  2. +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 copy
import logging import logging
import os 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 argparse
import os import os
from typing import Any from typing import Any


Loading…
Cancel
Save