-
### What is your issue?
Hello,
Lately I've been trying to use jax-autodifferencing to minimise a certain loss-function of mine, albeit I keep running into errors like “unhashable type: 'DeviceAr…
-
I tested the strength of the LZ225, playing in the equivalent time,
Use 2 x Playout with ElfV0 and ElfV2.
Use 3 x Playout with LZ_157 and 15b_224.
LZ_225 is the strongest in the equivalent time, …
-
Hello everyone, it is the first time I could successfully run a demo. Many thanks to the author.
To use cpu only, I follow the author's instruction and make the following modifications:
(1) Set "U…
-
Hi,
Wanted to ask what are the plans to pull in Keras 2.0 as there have been interface level changes from 1.2.2.
Rahul
-
This obviously deserves (at least) one dedicated thread here:
https://blog.janestreet.com/accelerating-self-play-learning-in-go/
https://arxiv.org/abs/1902.10565
https://github.com/lightvector/Kata…
-
Format to be defined:
### Non-binary (will certainly have size issues)
- JSON via Nim [marshal](https://nim-lang.org/docs/marshal.html) module
- YAML via [NimYAML](https://nimyaml.org/seriali…
-
My code to run Deep Explainer on some Imagenet images is as follows:
```python3
import glob
# load the model
model = models.resnet50(pretrained=True).eval()
# Get the prediction for the input i…
-
### What happened + What you expected to happen
The idea of a policy cache is to stash unused policies on disk or in object store, to alleviate memory stress.
That requires our code to only access…
-
gcard: AMD Radeon HD 8670M (similar to gt 730m from http://www.mydrivers.com/zhuanti/tianti/gpum/index.html)
when run autogtp, it get the job, and exit with following msg
```
"resignation_p…
-
Is it possible to convert quantized models? I tried and got error: ```WARNING: Error converting initializer: Unsupported tensor data type uint8 for operator None```