-
Traceback (most recent call last):
File "train_cifar.py", line 452, in
tf.app.run()
File "/tensorflow-1.15.2/python2.7/tensorflow_core/python/platform/app.py", line 40, in run
_run(ma…
-
## 描述问题
```python
f:/aa.py
D:\anaconda3\envs\PaddleX38\lib\site-packages\paddlex\paddleseg\models\losses\decoupledsegnet_relax_boundary_loss.py:19: DeprecationWarning: Please use `shift` from the…
-
root@fae-Z370-HD3P:/paddle/models-1.6/PaddleCV/image_classification# ./scripts/train/ResNet50.sh
Traceback (most recent call last):
File "train.py", line 41, in
import reader
File "/paddl…
-
I'm trying to convert [EfficientNet-b5 with noisy student](https://storage.googleapis.com/cloud-tpu-checkpoints/efficientnet/noisystudent/noisy_student_efficientnet-b5.tar.gz) for OpenVino. I've done …
-
hello,i meet some problem when i frist time run the code.
error:
```
different_c_index = np.random.choice(range(0, self.types - 1), 1)
File "mtrand.pyx", line 915, in numpy.random.mtrand.R…
-
Hello,
First thanks a lot for your impressive work!
I tried to train efficientnet-b0 on CIFAR100 dataset with input size 32*32. But can only reach top-1 accuracy 65%.
In your page you s…
-
I use below arguments to train condconv-b0 model, which performs 21.7 top1 error reported in the original paper. But I got poor performance such as 22.67 top 1 error.
```
--model_name efficientne…
-
https://github.com/tensorflow/tpu/blob/ea5d379424e4121d29d12ff611ec6a0705e01e94/models/official/efficientnet/autoaugment.py#L223
I noticed that the above line 'cut off' some bits on both side of ea…
-
### 🚀 The feature
As discussed at https://github.com/pytorch/vision/issues/6517, passing `None` on `fill` for some transforms isn't the same as passing `0`. The difference applies on some cases but…
-
I'm trying to use the json file generated by autoaugment but I keep getting "ValueError: empty range for randrange() (0,-xx, -xx)"
The autoalbument is still training and generating new json for eac…