maintenance
This commit is contained in:
parent
99266d9c92
commit
04f78fbcbc
2 changed files with 9 additions and 0 deletions
9
model/glue.py
Normal file
9
model/glue.py
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Glue layer for transforming whole pictures into 384x384 sequence for encoder
|
||||||
|
# input
|
||||||
|
import torch
|
||||||
|
import torch.nn as nn
|
||||||
|
import torch.nn.functional as F
|
||||||
|
import torchvision
|
||||||
|
from torchvision import transforms
|
||||||
|
|
||||||
|
import numpy as np
|
||||||
0
train-dist.py
Normal file
0
train-dist.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue