Fetching metadata from the HF Docker repository...
gigant
commited on
|
@@ -1,6 +1,6 @@
|
1
|
BATCH_SIZE = 64
|
2
|
DOWNSAMPLE = 24
|
3
|
-
FOLDER_PATH = "./tmp"
|
4
|
|
5
|
import phash_jax
|
6
|
import jax.numpy as jnp
|
|
|
1
|
BATCH_SIZE = 64
|
2
|
DOWNSAMPLE = 24
|
3
|
+
FOLDER_PATH = "."
|
4
|
|
5
|
import phash_jax
|
6
|
import jax.numpy as jnp
|