2021-01-26

#某学校为丰富学生活动,开设兴趣班,

自愿报名,有围棋,摄影,音乐,美术,某班学生踊跃报名,

学校规定,每人最多报两个兴趣班,要求统计出:

#(1)没有参加兴趣班的学生;(2)该班报了两个兴趣班人数
#定义整个班级的学生
setstu= {“tom”,“frank”,“jack”,“ton”,“grant”,
“tony”,“john”,“suan”,“james”,“jason”,
“tony1”,“john1”,“suan1”,“james1”,“jason1”,
“tony2”,“john2”,“suan3”,“james4”,“jason5”}
#4个兴趣班的报名情况,用列表形式定义兴趣班
listclass=[{“tom”,“frank”,“jack”,“tongy”,“grant”},
{“jack”,“rose”,“suan1”,“john”,“susan”},
{“perter”,“jerry”,“susan1”,“rose”,“jane”},
{“rususan”,“sophi”,“joe”,“perter”,“grant”}]
#统计没有参加任何班的学生信息
setNoclass=setstu
for oneclass in listclass:
setNoclass -=oneclass #找出没有报任何兴趣班的学生
print(“没有参加兴趣班的学生:”,setNoclass)
#定义参加两个兴趣班的人数
istudouble=0
for ilop in range(len(listclass)):
for jlop in range(ilop+1,len(listclass)):
istudouble +=len(listclass[ilop] & listclass[jlop])
print(“参加两个兴趣班的人数:”,istudouble)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
2021-03-26 20:54:33,596 - Model - INFO - Epoch 1 (1/200): 2021-03-26 20:57:40,380 - Model - INFO - Train Instance Accuracy: 0.571037 2021-03-26 20:58:16,623 - Model - INFO - Test Instance Accuracy: 0.718528, Class Accuracy: 0.627357 2021-03-26 20:58:16,623 - Model - INFO - Best Instance Accuracy: 0.718528, Class Accuracy: 0.627357 2021-03-26 20:58:16,623 - Model - INFO - Save model... 2021-03-26 20:58:16,623 - Model - INFO - Saving at log/classification/pointnet2_msg_normals/checkpoints/best_model.pth 2021-03-26 20:58:16,698 - Model - INFO - Epoch 2 (2/200): 2021-03-26 21:01:26,685 - Model - INFO - Train Instance Accuracy: 0.727947 2021-03-26 21:02:03,642 - Model - INFO - Test Instance Accuracy: 0.790858, Class Accuracy: 0.702316 2021-03-26 21:02:03,642 - Model - INFO - Best Instance Accuracy: 0.790858, Class Accuracy: 0.702316 2021-03-26 21:02:03,642 - Model - INFO - Save model... 2021-03-26 21:02:03,643 - Model - INFO - Saving at log/classification/pointnet2_msg_normals/checkpoints/best_model.pth 2021-03-26 21:02:03,746 - Model - INFO - Epoch 3 (3/200): 2021-03-26 21:05:15,349 - Model - INFO - Train Instance Accuracy: 0.781606 2021-03-26 21:05:51,538 - Model - INFO - Test Instance Accuracy: 0.803641, Class Accuracy: 0.738575 2021-03-26 21:05:51,538 - Model - INFO - Best Instance Accuracy: 0.803641, Class Accuracy: 0.738575 2021-03-26 21:05:51,539 - Model - INFO - Save model... 2021-03-26 21:05:51,539 - Model - INFO - Saving at log/classification/pointnet2_msg_normals/checkpoints/best_model.pth 我有类似于这样的一段txt文件,请你帮我写一段代码来可视化这些训练结果
02-06

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值