cluster_vis/get_clusters_kinetics.py [69:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        type=int, 
        help='number of clusters'
    )
    args = parser.parse_args()

    get_clusters(
        ckpt_path=args.ckpt_path,
        num_clusters=args.num_clusters
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cluster_vis/get_clusters_vggsounds.py [69:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        type=int, 
        help='number of clusters'
    )
    args = parser.parse_args()

    get_clusters(
        ckpt_path=args.ckpt_path,
        num_clusters=args.num_clusters
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



