2021年8月23日

CNN Training Loop Refactoring Simultaneous Hyperameter Testing

摘要: 上例中, 尝试两个不同的值 为此: alt+shift可以有多个光标,再jupyter notebook中。 alt+d,alt+shift,ctrl+鼠标左键多点几个,都可以同时选择多个目标,并进行共同操作;再jupyter notebook中。 当前例子下: 先看下面的, 比如epoch编号或号 阅读全文

posted @ 2021-08-23 16:40 lmqljt 阅读(52) 评论(0) 推荐(0) 编辑

Training loop Run Builder和namedtuple()函数

摘要: namedtuple()函数见:https://www.runoob.com/note/25726和https://www.cnblogs.com/os-python/p/6809467.html namedtuple:namedtuple类位于collections模块,有了namedtuple后 阅读全文

posted @ 2021-08-23 16:19 lmqljt 阅读(53) 评论(0) 推荐(0) 编辑

超参数调参和验证实验

摘要: 上面之所以total_loss+=loss.item()*batch_size有网友说是,因为size_average=True是默认的,多以要乘以batch_size. 阅读全文

posted @ 2021-08-23 15:06 lmqljt 阅读(115) 评论(0) 推荐(0) 编辑

Tensorboard SummaryWriter()

摘要: import torch import torch.nn as nn import torch.nn.functional as F import torchvision import torchvision.transforms as transforms import torch.optim a 阅读全文

posted @ 2021-08-23 14:48 lmqljt 阅读(691) 评论(0) 推荐(0) 编辑

导航