-
First of all, thanks for this great, well documented code base!
Should I expect to closely reproduce the results from the paper using the default CLI parameters?
I am running the following:
`…
-
您好:
拜读过您发表在ICML2021的文章《Evolving Attention with Residual Convolutions》后,我对所提出的EA模型非常感兴趣!我想要寻找原文中提到的EA-AA-Resnet50模型代码,寻找到./EAResnet50/official/resnet文件夹中,我发现您提供了tf和keras两种版本的Resnet模型代码,但仔细比对后似…
-
-
Originally posted by @PartiallyTyped in https://github.com/hill-a/stable-baselines/issues/821
"
N-step returns allow for much better stability, and improve performance when training DQN, DDPG etc, s…
-
Thanks for the authors to provide such an impressing library!
However, as is described in the title, Is there any pytorch version of implementation for the **control** task?
I believe that pyto…
-
Various ones to try include https://github.com/thuml/predrnn-pytorch and ConvLSTMs, and potentially GANs as shown in https://arxiv.org/abs/2104.00954
-
-
-
-
### 🐛 Describe the bug
#Example code: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/qm9_pretrained_schnet.py
import argparse
import os.path as osp
import torch
from tqdm imp…