File size: 353 Bytes
35a4689
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""
https://blog.csdn.net/gitblog_00478/article/details/141522595

https://github.com/Xiaobin-Rong/gtcrn/blob/main/gtcrn.py
https://github.com/Xiaobin-Rong/gtcrn/blob/main/stream/gtcrn_stream.py
"""
import torch
import torch.nn as nn
from typing import List, Tuple, Union


if __name__ == "__main__":
    pass