You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2018. It is now read-only.
Won Wook SONG edited this page Feb 21, 2018
·
1 revision
Guideline on writing BEAM programs for Nemo
LoopVertex
Unlike usual BEAM programs, Nemo has a special vertex for handling loops, to determine termination and to provide loop optimizations. In order to use this functionality, the BEAM application developer must wrap the transforms inside a loop with a single composite transform that extends Nemo's LoopCompositeTransform class. Examples can be found in the AlternatingLeastSquare and MultinomialLogisticRegression examples.
Default types that BEAM codecs support
As shown in the BEAM programming guide, below is the list of types that BEAM codecs support. This brings down serialization costs.