HistAuGAN icon indicating copy to clipboard operation
HistAuGAN copied to clipboard

Results 7 HistAuGAN issues
Sort by recently updated
recently updated
newest added

To help reproduce experimental results, could the authors provide the code that extracts patches from the camelyon17 WSIs?

Thank you @sophiajw for making this code publicly available. I was hoping you could provide some clarification about the output of running test.py. The testA/ and testB/ folders being assigned...

Hello, @sophiajw! Would it be possible to share the model and inference script to easily test and use the model? I am developing an open-source platform called [FastPathology](https://github.com/AICAN-Research/FAST-Pathology), which enables...

Hi! New to pytorch training so bare with me:) I managed to start a training, but I get an error message at the end of training (I set max_it to...

Hi @sophiajw! I was wondered if you have ever encountered the following problem when training your model. Based on what I've found online, it appears to be an exploding gradients...

Greetings @sophiajw and thank you for publishing this code. I have been exploring the code you provided on GitHub and have a specific question regarding the implementation in augmentations.py. You...

--- load model --- Traceback (most recent call last): File "test.py", line 61, in main() File "test.py", line 29, in main model.resume(opts.resume, train=False) File "/home/gaoda/AutoColor/HistAuGAN/histaugan/model.py", line 444, in resume self.enc_a.load_state_dict(checkpoint['enc_a'])...