ProGamerGov
ProGamerGov
So I trained a Googlenet model and now I am trying to run your code with my model. But I get this error: `ImportError: No module named _caffe` or `ImportError:...
Sphinx should support NumPy style Python return docs with one or more named variables. For example, see the example below from the following link: https://numpydoc.readthedocs.io/en/latest/format.html#returns ``` Returns ------- err_code :...
### Describe the bug When manually adding `:obj:` or `:class:` to the docstring types, they are no longer formatted as italics. Somehow Sphinx is able to implicitly hyperlink some of...
I have an optimization task that optimizes a single tensor by passing it through a set of transforms and then into the model. Losses are then calculated by using hooks...
Without the packaging library, statements like: `"1.8.0" > "1.10.0"` will be equal to True, despite v1.10 being a later version that v1.8.0. The `packaging` library will in some cases not...
The warning messages take up a lot of space on the console log, and it was really simple to resolve them. The common.rst file was also incorrectly pointing to the...
I think that the amount of Conda install timeouts can be lessened by removing unnecessary installs: * Sphinx is not used for the Conda tests, so it doesn't make sense...
This PR does the following: * Implements the suggested changed from: https://github.com/pytorch/captum/pull/831. * Ensures that variable names are consistent across objectives. * Lets `batch_index` support 2 values in addition to...
This PR applies the same doc improvements for Sphinx from the other PRs, to the remaining files.
I noticed that some of the tests were missing the `-> None:` type hint. This PR adds the missing type hint.