dcnstrctn
dcnstrctn
Hi, I wonder if any pre-trained model could be released for testing DeepPanelTesting.py? i.e. in this line keras.models.load_model("./model", custom_objects=custom_objects) Thank you!
您好,我参考了您CNN-RNN部分的代码,希望用于多标签分类任务。但是我看原论文中并没有对attention部分代码的描述,请问这一部分是原文方法中的还是您添加的呢?这一部分的作用是什么?提前感谢您的解答
Hello. When I run train.py on my own 10-shot images (source domain: FFHQ), the training always stuck at g_optim.step() in "if g_regularize:". It always takes about half an hour to...