atomai
atomai copied to clipboard
Deep and Machine Learning for Microscopy
Results
12
atomai issues
Sort by
recently updated
recently updated
newest added
--Added px2ang argument for the graph class. For finding the neighbors, coordinates in Angstroms are used, and for making nx_graph, coordinates in pixel units are used so that the plots...
Below code expect a 2 dimensional z_mean (like the vanilla vae case) ```python z_mean, z_std = rvae.encode(norm_patches) rvae.decode(z_mean) ``` - when tried with last two latent variables: rvae.decode(z_mean[:, 1:]) ->...