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不能访问外网的公告>>>
songyw
/
mindcv-new
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
更新 'train_with_func.py'
master
songyw
1 month ago
parent
2b7fc56838
commit
230d9fbda7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
train_with_func.py
+ 1
- 1
train_with_func.py
View File
@@ -155,7 +155,7 @@ def train(args):
loader_train = create_loader(
dataset=dataset_train,
batch_size=args.batch_size,
drop_remainder=
False
,
drop_remainder=
args.drop_remainder
,
is_training=True,
mixup=args.mixup,
cutmix=args.cutmix,
Write
Preview
Loading…
Cancel
Save