mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-16 19:01:12 +08:00
lab_helpers
This commit is contained in:
@ -5,7 +5,7 @@ import numpy as np
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
|
||||
from labml.helpers.pytorch.module import Module
|
||||
from labml_helpers.module import Module
|
||||
|
||||
|
||||
class PositionalEncoding(Module):
|
||||
|
Reference in New Issue
Block a user