ProGamerGov

Results 76 issues of ProGamerGov

## 🐛 Bug The `captum.attr.visualization` module is missing the link to its source code. I traced the issue with Sphinx's viewcode extension, and discovered that it gives the following warning....

A number of changes have occurred since the original version of the tutorial came out. The original tutorial was also missing things like stop criteria and optimization functions.

cla signed

## 🐛 Bug When running tests for the optim module code I've been working on, occasionally some of the tests in other modules fail, and it looks as though that...

I noticed a gap in our tutorials for how users can use their own models with the optim module. Bits and pieces of this information can be found across different...

cla signed

This PR adds a tutorial that covers alpha channel optimization (optimizing with transparency), and how to perform it with the optim module.

cla signed

This PR adds a few simple improvements to the `CompositeLoss` class and it's features. * Added support for `__pos__` and `__abs__` unary operators to `CompositeLoss`. These appear to be the...

cla signed

``` Traceback (most recent call last): File "main.py", line 168, in inference_data = inference_data_loader(FLAGS) File "/home/ubuntu/SRGAN-tensorflow/lib/model.py", line 210, in inference_data_loader image_LR = [preprocess_test(_) for _ in image_list_LR] File "/home/ubuntu/SRGAN-tensorflow/lib/model.py", line...

The style_transfer AMI does not seem to have been updated with the wavelet denoising feature. Running "git pull" seems to break style_transfer. The AMI: https://github.com/crowsonkb/style_transfer/wiki/Cloud-computing-images Error when running "git pull::...

Both [NeuralImageSynthesis](https://github.com/leongatys/NeuralImageSynthesis), and [deep-photo-styletransfer](https://github.com/luanfujun/deep-photo-styletransfer) support masked style transfer, where one uses mask images as guides. The latter supports mask images with multiple colors instead of the traditional black and white...