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
modifiy copyright header
master^2
Yingda Chen
3 years ago
parent
ff171500bb
commit
f5e84a5149
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
modelscope/models/multi_modal/dpm_solver_pytorch.py
+ 3
- 1
modelscope/models/multi_modal/dpm_solver_pytorch.py
View File
@@ -1,6 +1,8 @@
# The implementation is borrowed and modified from dpm-solver,
# publicly avaialbe at https://github.com/LuChengTHU/dpm-solver.
# Copyright 2021-2022 The Alibaba Fundamental Vision Team Authors. All rights reserved.
# Copyright LuChengTHU Authors.
# Copyright 2021-2022 The Alibaba Fundamental Vision Team Authors.
# All rights reserved.
import math
import torch
Write
Preview
Loading…
Cancel
Save