Skip to content
Snippets Groups Projects
Unverified Commit 7e2fbc1d authored by Alexandru-Mihai GHERGHESCU's avatar Alexandru-Mihai GHERGHESCU
Browse files

Remove useless models init file

parent fa6aaa1b
No related branches found
No related tags found
1 merge request!25Re-factor optimus-prime code (optimus-prime v2)
from .optimus import OptimusTransformer
from .pytorch_transformer import PyTorchTransformer
......@@ -134,4 +134,4 @@ class PyTorchTransformer(nn.Module):
x = self.output_norm(x)
output = self.output(output)
return output
\ No newline at end of file
return output
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment