-
Hello!
Thanks for you amazing work!
If I have a pretrained mamba model, can I load mamba's weight to hydra directly?
-
Hi @npapernot ,
I create this new issue because I didn't find a way to re-open the previous one. (https://github.com/tensorflow/privacy/issues/91)
My issue : I am trying to use DPAdamGaussianOpti…
-
```
from bert_deid.model import Transformer
# load in a trained model
model_path = 'bert_deid_model'
deid_model = Transformer(model_path)
with open('tests/example_note.txt', 'r') as fp:
…
-
Hi, I am not able to resume traning from checkpoints, i have noticed that some people have this issue on your stylegan2-pytorch repo. The error is a key mismatch in discriminator module, i haven't cha…
-
i'm a freshman in pytorch, when i follow the guides to train the AI model from scratch, and run the human_play.py, errors display:RuntimeError: Error(s) in loading state_dict for Net:
size mismatch f…
-
on VAE : why did u use 2 layer of encoder and 3 layers of decoder?
```
def encoder(x):
# Encoder Hidden layer with sigmoid activation #1
layer_1 = tf.nn.sigmoid(tf.add(tf.matmul(x, weig…
ehfo0 updated
7 years ago
-
Platform (macOs High Sierra):
Python version: 3.5
Source: Tensorflow 1.12
Destination: Pytorch 1.0.1
Pre-trained model path (webpath or webdisk path):
[VGG model pretrained on Audioset](https://s…
-
i run with :
python tools/train_net.py --config-file "/home/chenfei/github/maskrcnn benchmark/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml"
can you help me with this error:
...
2019-01-21 14:21:04,…
-
## 🚀 Feature
Making the new MHA implementation even more modular for easy implementation of different attention layers.
**Motivation**
The new MHA container implementation is already mu…
-
训练
python tasks/run.py --config=egs/datasets/x6/lm3d_radnerf_sr.yaml --exp_name=motion2video_nerf/may_head --reset
----------------------------------------------------
Traceback (most recent call…