saba jhnt

Results 3 issues of saba jhnt

I've called `move_mol_to_new_cluster(t_pack_molecule* molecule, bool during_packing, int verbosity, t_clustering_data& clustering_data)` during the packing step (`during_packing = true`) and the reclustering was done successfully. However, when I wanted to use this...

I'm using `move_mol_to_new_cluster(...)` in the placement step but it has a bug. #### Current Behaviour Function below is used in try_place function after the initial placement `move_mol_to_new_cluster(...)` but I get...

I'm using CancelOut in my CNN model in pytorch. My input shape is torch.Size([16, 11, 81, 60]) (16 batch size, 11 number of channels, 81 height and 60 width). So...