Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

package version #18

@caoxh428

Description

@caoxh428

Hello, i want to ask u some questions.
i want use your model to classify some pictures.
i had used the following parameters

mkdir -p /home/lyy/cxh/DeeperCluster-master/
export NGPU=1
python -m torch.distributed.launch --nproc_per_node=$NGPU main.py
--dump_path /home/lyy/cxh/DeeperCluster-master/result/
--data_path /home/lyy/cxh/DeeperCluster-master/images/
--size_dataset 20
--workers 10
--sobel true
--lr 0.1
--wd 0.00001
--nepochs 100
--batch_size 1
--reassignment 3
--dim_pca 4096
--super_classes 1
--rotnet false
--k 100
--warm_restart false
--use_faiss true
--niter 10
--world-size 1
--dist-url 'env://'

and i met this question,

error

raise ValueError('negative row index found')
ValueError: negative row index found

so,i want to konw my parameters are wrong of the packages which i used are wrong?

the packages' version are showed :
apex 0.1
faiss 1.6.3
numpy 1.17.0
pandas 1.1.0
scipy 1.3.1
pytorch 1.0.0 py3.6_cuda10.0.130_cudnn7.4.1_1 [cuda100] pytorch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions