Chuck Liu

Results 11 comments of Chuck Liu

I think the proper way to utilize this template is putting many files in folder like the following structure. ```javascript ├── configs/ │ ├── config1.json │ └── config2.json │ ├──...

part of example config: ```javascript "models": { "Net_G": { "module": ".model1", "type": "Generator" }, "Net_D": { "module": ".model2", "type": "Discriminator" }, "Net_C": { "module": ".model3", "type": "Classifier" } }, ```...

If you don't use `importlib`, you may need to import many modules manually. I found it's very annoying so I revise it to let `importlib` handle them.

I have implemented cross validation to my [Pytorch-Template](https://github.com/deeperlearner/Pytorch-Template) See #88

Thank you for pointing out this issue. I didn't notice this since I always use epoch-based training. A pull request is very welcome. Thanks for reviewing the repo.

Sorry, let me correct my comment. The iteration-based training here uses `len_epoch` variable to define how many iterations in an epoch. It still like epoch-based training. Just change the number...

@ash0904 Do not expect this card will work well. Change another wifi card.

I have exactly same problem. I have a hard time linking to campus wifi(eduroam, peap etc...), or frequently disconnecting.. Can someone give me more solutions.. Thanks a lot! my linux...

@yangh-zzf-itcast I have the same problem. Validation prec stays at zero, but the test pair results seem good. I don't think the training process is responsible for the good test...