Update configuration_alpha3d.py
Browse files- configuration_alpha3d.py +1 -1
configuration_alpha3d.py
CHANGED
|
@@ -5,7 +5,7 @@ class Alpha3DConfig(PretrainedConfig):
|
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|
| 8 |
-
num_points=
|
| 9 |
vocab=None,
|
| 10 |
hidden_dims=[128, 512, 1024],
|
| 11 |
**kwargs,
|
|
|
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|
| 8 |
+
num_points=1000,
|
| 9 |
vocab=None,
|
| 10 |
hidden_dims=[128, 512, 1024],
|
| 11 |
**kwargs,
|