YinxiaCao
YinxiaCao
Environment keras 2.2.5 tensorflow 1.14.0 When i run this code on my own dataset, and use the Adam optimizer, errors occured like this "Attempting to use uninitialized value Adam/lr". I...
Hello, @Junjue-Wang. I want to know whether you have rewrited the dict data type. I can't accessed the members of dict by dot '.'. For example, for the SOURCE_DATA_CONFIG, when...
Hello, @Junjue-Wang , I notice that in the config file, the image_dir is the same for target_data_config and eval_data_config. I think the image_dir for target_data_config should be the training set...
Hi, @Junjue-Wang. The value of `weighted_loss.txt` should represent the ratio of each class in source domain according to the official code at https://github.com/lianqing11/PyCDA. If so, how you compute it? It...
@businiaoo ,你好,想问一下是否可以提供一下数据下载链接,官网好像不能下载了,十分感谢!
Hi, @zyxu1996 . I met a problem that the model and loaded state dict do not match exactly. Do you know why this happened? Thank you very much. 
Hi, @Junjue-Wang. Your work is great. I have a question about replace_bn_with_csn. For `replace_bn_with_csn` in the file `csn.py`, I find that the term `.data.clone().detach()` should be commented as follows to...
Thank you for providing so wonderful datasets. But how is the accuracy of building heights? Have you conducted accuracy assessment on it?
## Provide a solution to generate the most similar window When I use the default setting in the function `rasterio.features.geometry_window`, I get the outermost window. However, this setting may generate...
Hello, @carlodef . I have successfully installed s2p in Ubuntu 18.04 using `pip install s2p`, and the version of `pyproj` is 2.6.1. But when I run `s2p` in the cmd,...