Song Yucheng

Results 55 comments of Song Yucheng

@Jasha10 , it looks good! Other than that, I expect that the diffs outputs could maintain their orders like where they appear in the configs. So, I recommend `Differ().compare` which...

Hi, @neverstoplearn , I didn‘t solve it.

I hope to add Mish activation function.

From my experience, the hint would cause the issue #929.

Yes, I meet the same problem today.

@TomorrowIsAnOtherDay ,你好,https://aistudio.baidu.com/aistudio/projectdetail/1772212 操作系统:Win10 IDE:PyCharm

@TomorrowIsAnOtherDay ,我看看, 就是, 1. 首先把代码下载下来,然后用PyCharm打开 2. 在`arknights.py`中更改图像文件夹的路径`IMAGE_DIR`,我这里使用的是绝对路径,例如:`"D:\\Program\\***\\Experiments\\work\\home\\aistudio\\aistudio\\simulator\\images\\"`,在运行时,需要改成相应的绝对路径,例如:`abs_repo_path\\work\\simulator\\images\\`;这样之后,应该是可以读取图像文件夹了; 3. 修改Linux路径连接符`/`,由于此项目是在Linux系统中测试的,在Win10系统应该还需要修改连接符,在IDE中搜索`'/'`,并修改为`"\\"`;则可以解决连接符不同的问题; 4. 启动master,`xparl start --port 8010` 5. 在PyCharm中点击**运行**按钮,则会出错; 您看还有什么需要补充的,

Hi, @hylovezhang, I have turned to DeepLabV3+ recently, and in fact I didn't run the FCN model. Sorry for that.