-
Hi there
I am a beginner in this field and I find this whole tutorial in colab very useful, the steps are well explained,
when i executed the code everything went right until the training process …
-
My code when I run model to predict causing an error
```
step_size = train_utils.get_step_size(test_total_item, batch_size)
pred_bboxes, pred_labels, pred_scores = frcnn_test_model.predict(test_dat…
-
AMD's HIP library offers at least a subset of CUDA operations, many of which have similar name and API. How feasible would it be to add this as a feature, to create a similar RustaCUDA API for high le…
-
训练和模型导出终于完成了,但是最后测试结果不对。请问可能是什么原因?
```
python test_serving.py
/home/datad/pyroot/similartextTCF/env/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (…
-
I'm trying to apply Delay layer in bc_resnet for streaming in 'same' padding.
Because I got an error when I used 'causal' padding to bc_resnet...
I'm wondering how to apply Delay layer to bc_resne…
-
It'd be useful if `tableprint` could accept a custom print command. In my use case, I want to progressively (print-as-I-go) print the values of TensorFlow 2 tensors in a table.
In autograph, the o…
-
According to the [docs](https://github.com/tensorflow/kfac/blob/master/kfac/python/keras/README.md), this optimizer is supposed to `converge much faster (>3.5x) and with fewer iterations (>14x) than S…
ghost updated
4 months ago
-
Logs
```
2020-05-09 09:07:55.688678: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared ob…
-
Can you tell me the version of stellargraph and tensorflow?
-
如题
我把下面的代码注释了
```
with strategy.scope():
if 'ShuffleNet' in cfg.MODEL.net_structure:
model=SimpleFace_shufflenet()
else:
model = SimpleFace_mobilenet…