winycg
winycg
Hello, I tried to run contrastive seg with memory bank, but the code seems that it cannot connect to **loss_contrast_mem.py** and I cannot find a suitable seg_net to conduct in...
Hi, I am interesting of the visualization of correlation matrix in your paper, I would like to know about how to calculate the correlation matrix of logits across the full...
Traceback (most recent call last): File "/home/winycg/PycharmProjects/python_projext/peter-ch-MultiNEAT-86a6a5c/examples/gym/walker.py", line 6, in import MultiNEAT as NEAT File "/home/winycg/anaconda3/lib/python3.6/site-packages/MultiNEAT-0.5-py3.6-linux-x86_64.egg/MultiNEAT/__init__.py", line 3, in from ._MultiNEAT import * ImportError: /home/winycg/anaconda3/lib/python3.6/site-packages/MultiNEAT-0.5-py3.6-linux-x86_64.egg/MultiNEAT/_MultiNEAT.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN5boost7archive18text_iarchive_implINS0_13text_iarchiveEE13load_overrideERNS0_15class_name_typeEi Process finished...
When I run the pole_balancing.py,the problem will be happen: **ERROR Information:** Traceback (most recent call last): File "D:/pythonproject/pole_balancing.py", line 52, in env.render() File "D:\Anaconda\lib\site-packages\gym\envs\classic_control\cartpole.py", line 107, in render self.viewer =...
I have tested the pretrained Teacher model PSPNet+Res101 and got 73+ val mIOU. It is not consistent with the original paper. Could you help me? Thanks!