鹿鹿
鹿鹿
请问源代码考虑开源吗
Hi, in the Agent.py line 144 of ddpg, you use `state` to get target_action. I think it should be `state_2`. In the original ddpg.py of stevenpig's implementation, he also uses...
你好,除了在GCC数据集上预训练好的模型,还会提供在其他数据集上预训练好的模型吗?比如在SHT_B上训练好的Res101模型? 另外,如果我想基于在SHT_B上训练好的Res101模型,继续在SHT_A数据集上进行训练,是不是设置config.py 中的 __C.PRE_GCC = False 参数为True及对应模型路径就可以了呢?和下面那个__C.RESUME 参数有点分不清。
Hi,after several days‘ training,the scores I got are always negative. Could you tell me the possible reasons for this results?I set the training mode is easy and the datasets is...
您好,对于您的程序有几个问题: 1、程序中使用的是python2 还是python3? 2、Shanghaitech的数据集中groundtruth为.mat格式,程序中使用h5py读取,这样读出来之后为什么为空呢? 3、读取groundtruth之后,索引['density']键时,会提示该键不存在,可能是什么原因呢?