-
- [ ] As a researcher I need to clarify if it is possible to port sklearn models to Android so I can use my pretrained models
-
Hi Cadene,
I think the decomposition part is in fusion.py. But i have get them all clear yet. Would mind helping me out? Because I want to code a Tensorflow version based on your pytorch code. And …
ghost updated
6 years ago
-
现在tensorflow1.0已经发布了,API有变动,我把代码里API变动的地方都改了,但是测试训练时仍显示softmax loss function的matmul矩阵shape不对,不知道是哪里出了问题,先问问,回头有时间我自己再读读源码找一下~
log:
```bash
dim: 6865
准备数据
bucket 0 中有数据 164276 条
bucket 1 中有数…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
```
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.keras import models, layers, losses, metrics, callbacks
# random generate d…
-
2 root error(s) found.
(0) Not found: Key rnn_model/fully_connected/bias not found in checkpoint
[[node save_1/RestoreV2 (defined at D:\Program Files\Anaconda3\envs\tf_gpu\lib\site-packages\mage…
-
```预测代码都在predictors/predict.py中,初始化Predictor对象,调用predict方法即可。```
请问这个有例子可以给看看么?
-
-
Is there a function where I can pass a sentence and get an image?
-
Hi,
I am upgrading the example to the latest TF.
In your comments you mention that split.squeeze should be replaced by tf.unpak, however there is no tf.unpack in the latest TF. Can you please clarif…
ghost updated
7 years ago