mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-01 12:51:16 +08:00
9 lines
131 B
Python
9 lines
131 B
Python
import torch
|
|
import torch.nn as nn
|
|
|
|
|
|
class DeepARNetwork(nn.Module):
|
|
pass
|
|
|
|
class DeepARTrainingNetwork(DeepARNetwork):
|
|
pass |