-
Gathering data from
https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html
...it would be fantastic if there was a library with a one-line API comparable to what Tensorboard previousl…
legel updated
10 months ago
-
I am following a [tutorial](https://github.com/MyoHub/myosuite/blob/main/docs/source/tutorials/SAR/SAR_tutorial.ipynb) that trains the [myosuite myoHandReorient8-v0 environment](https://myosuite.readt…
-
The objective of this issue is to discuss the pending question from #654, regarding the class structure of the imaffine module. The following class diagram describes the current class structure:
![ima…
-
WARNING: Logging before flag parsing goes to stderr.
W0617 17:33:04.058133 140246269011776 lazy_loader.py:50]
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For mor…
-
I appear to have successfully run training on my custom tensor data, but `generate.py` is crashing with a CUDA out of memory error. I'm running on a 2x A100-40 machine. I can see that the model loads,…
-
Potentially including blending in a perceptual color space so we can nice perceptual gradients.
Ref https://raphlinus.github.io/color/2021/01/18/oklab-critique.html
(edited to clarify per @behda…
-
# Thanks for your valuable comments.
We thank AC and all reviewers for their valuable time and constructive feedback. We briefly summarize the suggestions and our answers as the following. You can …
-
environment : tensorflow 1.7.0, cuda 9.0, cudnn 7
I have tried to run train.py, but it is ended right after initiating train.
Here is the log.
Would you help me why it happens?
It stops duri…
-
Currently `Zygote.gradient` projects the co-tangent returned from `pullback` to have the same sparsity structure as the input. This is mathematically incorrect when the matrix input is sparse. Accordi…
-
### Description
It would be nice to have an example where it's a minimization (of a cost) problem instead of the usual maximization (of a reward). The most straight forward approach is to use the neg…