-
Hello all
I need to modify the number of classes in the yaml file.
But the one top error is very bad
I tried to modify learning rate, but I think I missed someting.
So how can I modify number o…
-
```python3
import numpy as np
import psutil
import tensorflow as tf
model = tf.keras.applications.ResNet152V2()
images = np.zeros([20, 224, 224, 3], dtype=np.uint8)
for run in range(10…
-
## 🐛 Bug
when using distributed with pretrained model, backprop seems to error out due to inplace modification.
## To Reproduce
I have converted a repo: https://github.com/talreiss/Mean-Shift…
-
I am use tfp *-Flipout layers to construct a Bayesian neural network (BNN) and combine it with keras.fit to train. I am using a very similar way to define a BNN structure as a CNN but the keras.fit() …
-
Hi Jiahui,
Thanks for the great work. I'm trying to reproduce AutoSlim for CIFAR-10 (Table 2).
Could you please provide a detailed hyperparameter you used for it?
I'm able to train the baseline…
-
### 🐛 Describe the bug
torch.export of ResNet with dynamic height fails due to constraint violation -- apparently it wants the height to be even.
Here is an example repro
```
import torch
fro…
-
### What happened + What you expected to happen
I tried a ppo agent with these configs:
model_config['batch_mode'] = 'complete_episodes' , model_config['use_gae'] = 'False',model_config['use_critic…
-
https://arxiv.org/pdf/1905.13348.pdf
-
python main.py config.yaml
INFO - Log file for this run: /home/itl/Documents/xrh/lsq-net/out/MyProject_20220505-162725/MyProject_20220505-162725.log
INFO - TensorBoard data directory: /home/itl/Docu…
-
hi, when i use EAST to detect other objects such as ship, i find so many problems. When training my own data, which python version should i use(2 o r 3).
![img_1](https://user-images.githubuserconten…