SNN FrameWork
API Documentation:
SNN2
SNN2 package
Subpackages
SNN2.src package
Submodules
Module contents
User Guide:
Installation
Command Line Arguments
Configuration Settings
First Example
Contributing
SNN FrameWork
SNN2
SNN2 package
SNN2.src package
SNN2.src.model package
SNN2.src.model.custom package
SNN2.src.model.custom.ActorCriticModel module
View page source
SNN2.src.model.custom.ActorCriticModel module
SiameseModel
Use this model to create the siamese model
class
SNN2.src.model.custom.ActorCriticModel.
ActorCriticModel
(
*
args
,
**
kwargs
)
Bases:
Model
call
(
inputs
,
**
kwargs
)
predict_step
(
data
)
test_step
(
data
)
train_step
(
data
)