IMLCV.implementations.tensorflow package#
Submodules#
IMLCV.implementations.tensorflow.CV module#
IMLCV.implementations.tensorflow.CvDiscovery module#
- class IMLCV.implementations.tensorflow.CvDiscovery.TranformerUMAP(*, outdim, descriptor=None, pre_scale=True, post_scale=True, decoder=False, nunits=256, nlayers=3, parametric=True, densmap=False, n_neighbors=20)#
Bases:
Transformer- replace(**updates)#
Returns a new object replacing the specified fields with new values.
- class IMLCV.implementations.tensorflow.CvDiscovery.hkFunBase(*, kwargs=<factory>, static_kwargs=<factory>, fwd_params, fwd_kwargs, bwd_params=None, bwd_kwargs=None)#
Bases:
CvFunBase- replace(**updates)#
Returns a new object replacing the specified fields with new values.
- IMLCV.implementations.tensorflow.CvDiscovery.umap_encoder(x, nlayers, nunits, outdim)#
- IMLCV.implementations.tensorflow.CvDiscovery.umap_function(x, nl, c, enc)#