Skip to content

Commit

Permalink
Merge pull request #28 from danny-1k/dev
Browse files Browse the repository at this point in the history
IJEPA implementation
  • Loading branch information
HMUNACHI committed Mar 25, 2024
2 parents dc47e23 + 987d438 commit 8967b1d
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nanodl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
RewardDataParallelTrainer
)

from nanodl.__src.models.ijepa import (
IJEPA,
IJEPADataParallelTrainer,
IJEPADataSampler
)

from nanodl.__src.layers.attention import (
MultiQueryAttention,
LocalMultiHeadAttention,
Expand Down Expand Up @@ -193,6 +199,9 @@
"GaussianProcess",

# Models
"IJEPA",
"IJEPADataParallelTrainer",
"IJEPADataSampler",
"Gemma",
"GemmaDataParallelTrainer",
"GemmaDecoder",
Expand Down
Loading

0 comments on commit 8967b1d

Please sign in to comment.