目录
默认分割后特征下采样8倍,最后用上采样恢复到原图;
修改后可以加载预训练:
import math
import torch
import numpy as np
import torch.nn as nn
import torch.nn.functional as F
from torch.nn import init
from collections import OrderedDict
BatchNorm2d = nn.Bat
python-pptx解析pptx模板
阅读 48
2023-11-16
目录
默认分割后特征下采样8倍,最后用上采样恢复到原图;
import math
import torch
import numpy as np
import torch.nn as nn
import torch.nn.functional as F
from torch.nn import init
from collections import OrderedDict
BatchNorm2d = nn.Bat
相关推荐
精彩评论(0)