-
Why is this error occurring when running setup.py?
subprocess.CalledProcessError: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128.
-
## Steps to reproduce
1. I tried to run MBPO on HumanoidTruncatedObsEnv with the default parameters in this repo but the final reward is around 180(seems like random policy and not work)
2. I…
-
https://github.com/dmlc/dgl/blob/e0f0fa2a788dea67078a06ae5883d1e23bc4c878/examples/pytorch/rgcn/model.py#L25
Hi there,
thanks for your work. I noticed that when I adopted the new implemention o…
-
Hello, your implemention for Dorn on pytorch is very useful. While I can't train it, could you please provide the weight of your resnet?
The location of your code is in: DORN/model/resnet.py line:1…
-
When a model in TorchBenchmark raises `NotImplementedError` in the `get_module()` function, it will skip all the unit tests!
This happens because test.py will accept and skip the exception, NotImp…
-
-
Right now, we have a legacy seq2seq that we are supporting as well as a new layers-based approach for eager mode. The legacy code wont work without major modifications in v2 in either mode, due to th…
-
As implemented in this paper about [image retrieval](https://arxiv.org/pdf/2104.13643.pdf).
Happy to work on a pull request if there aren't any reasons to object!
-
I noticed that oneDNN connect intel gpu using -DDNNL-GPU-TUNTIME=OCL, Can oneDNN run on a device which support opencl, such as FPGA?
Can anyone help me please?
-
# Generalizing Attention in NLP and Understanding Self-Attention | Black Box ML
Generalizing the idea of attention in NLP and understanding various methods of calculating attention used in the litera…