t-simcne icon indicating copy to clipboard operation
t-simcne copied to clipboard

Unsupervised visualization of image datasets using contrastive learning

Results 3 t-simcne issues
Sort by recently updated
recently updated
newest added

I have done the training, how can I load the .ckpt in lightning_logs/version_X/checkpoints/ ? So that I can re-plot the graph. I cannot find relevant API in document.

It appears the number of devices is hardcoded: https://github.com/berenslab/t-simcne/blob/e2988f5cb2c86c321e5bad3bc1c968200097def0/tsimcne/tsimcne.py#L481 https://github.com/berenslab/t-simcne/blob/e2988f5cb2c86c321e5bad3bc1c968200097def0/tsimcne/tsimcne.py#L517 Given the contrastive learning task, it would be preferable to utilize more resources for training and allow the `devices` argument...