initialize methods
This commit is contained in:
BIN
tensorneat/utils/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
tensorneat/utils/__pycache__/activation.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/activation.cpython-311.pyc
Normal file
Binary file not shown.
BIN
tensorneat/utils/__pycache__/aggregation.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/aggregation.cpython-311.pyc
Normal file
Binary file not shown.
BIN
tensorneat/utils/__pycache__/graph.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/graph.cpython-311.pyc
Normal file
Binary file not shown.
BIN
tensorneat/utils/__pycache__/state.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/state.cpython-311.pyc
Normal file
Binary file not shown.
BIN
tensorneat/utils/__pycache__/tools.cpython-311.pyc
Normal file
BIN
tensorneat/utils/__pycache__/tools.cpython-311.pyc
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ class Act:
|
||||
|
||||
@staticmethod
|
||||
def tanh(z):
|
||||
return jnp.tanh(z)
|
||||
return jnp.tanh(0.6 * z)
|
||||
|
||||
@staticmethod
|
||||
def sin(z):
|
||||
|
||||
Reference in New Issue
Block a user