amaye15 commited on
Commit
3745c32
·
1 Parent(s): c79f76e

Upload AutoEncoder

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. modeling_autoencoder.py +1 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11d5ab1ed136a95d5d14f711cd1d8e976dcc0480184b7dc45540af8404dafc5a
3
  size 133840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f689c83a1c9d45dd2745cefa4b1180db30864ad397bf4df16142b117a8531d6
3
  size 133840
modeling_autoencoder.py CHANGED
@@ -178,3 +178,4 @@ class AutoEncoder(PreTrainedModel):
178
  x = self.decoder(x)
179
 
180
  return x
 
 
178
  x = self.decoder(x)
179
 
180
  return x
181
+