GVB
GVB copied to clipboard
Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)
Hi,could you please share the code for "Visualization of data with and without the bridge γi"?Or can you give more details about the implementation of this part? I would really...
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Hello, thanks for checking this issue. I use the uploaded code and run GVB-GD on the dataset Office-31. However, I cannot reproduce the claimed results in the paper. I run...
Traceback (most recent call last): File "train_image.py", line 204, in config["out_file"] = open(osp.join(config["output_path"], "log.txt"), "w") FileNotFoundError: [Errno 2] No such file or directory: 'office-home/san\\log.txt'
I am using my custom dataset with 2 classes which has 10% samples with label 1 and 90% samples with label 0 in both source and target datasets. The accuracy...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Should we make changes in the data type? Or should part of the model be written from scratch?
# Set up Python Testing Infrastructure ## Summary This PR establishes a comprehensive testing infrastructure for the domain adaptation toolkit, providing a solid foundation for writing and running tests across...