This website works better with JavaScript.
AI
协作平台
Powered by C²NET
Home
Issues
Pull Requests
Milestones
Cloudbrain Task
Calculation Points
Repositories
Datasets
Model
Model Experience
Explore
Organizations
Cloudbrain Mirror
OpenI Projects
科技2030项目
Register
Sign In
关于云脑任务输出结果只保留30天的公告>>>
将于2023年2月20日0点开启算力积分消耗>>>
可以查看启智AI协作平台资源说明啦>>>
关于启智集群V100不能访问外网的公告>>>
1073270530
/
diffusion_model_anime
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
更新 'ab.py'
master
1073270530
2 months ago
parent
647e92d4eb
commit
053c3a247f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ab.py
+ 1
- 1
ab.py
View File
@@ -404,7 +404,7 @@ def launch():
args.num_classes = 12*11
args.dataset_name = "faces"
args.device = torch.device("cuda:0" if torch.cuda.is_available() else 'cpu')
args.lr = 1e-
4
args.lr = 1e-
5
train(args)
Write
Preview
Loading…
Cancel
Save