MGAN icon indicating copy to clipboard operation
MGAN copied to clipboard

How to train a model?

Open wangzhiming68 opened this issue 4 years ago • 6 comments

I cannot find 'train.py', should I use 'mmdetection/tools/train.py'? Thanks!

wangzhiming68 avatar Oct 22 '19 07:10 wangzhiming68

can you run the Testing step?

yustaub avatar Oct 23 '19 02:10 yustaub

can you run the Testing step? Sorry, I cannot run the Testing step, because I cannot download pretrained model from PRC. So I want to train the model myself.

I download the 50_65pth,but I still can't run the Testing step,I crete a folder named models,and put the 50_65.pth in it ,run the step ,and still error:launch.py: error: argument --nproc_per_node: invalid int value: 'models/50_65.pth'

yustaub avatar Oct 24 '19 06:10 yustaub

@Leotju Do you mind to share the train file in the github. I think this code is just for testing instead of training cause some of the file for training is missing. Very appriciate if you can release them XD

hezhu1996 avatar Oct 29 '19 16:10 hezhu1996

@Leotju Same request. Or, could you guys provide information on how loss is implemented or can provide some reference?

RituYadav92 avatar Dec 02 '19 01:12 RituYadav92

Hi All,

Can you let me know which version of Pytorch, MMCV and MMDetection you used to get this running for basic test purposes? It is not compatible with the last two versions of mmdetection from what I gather.

ShaneGilroy avatar Jul 14 '20 11:07 ShaneGilroy

I am also waiting for the information where the loss function was implemented!

TonojiKiobya avatar Sep 13 '23 13:09 TonojiKiobya