Initial import: grid-bot — grid trading bot for BTC-USDT on Cifra Markets
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
__author__ = "Alex Rogozhnikov"
|
||||
|
||||
from einops.layers.tensorflow import EinMix, Rearrange, Reduce
|
||||
|
||||
keras_custom_objects = {
|
||||
Rearrange.__name__: Rearrange,
|
||||
Reduce.__name__: Reduce,
|
||||
EinMix.__name__: EinMix,
|
||||
}
|
||||
Reference in New Issue
Block a user