-
Hi,
I am new to Deep Learning, TF, and tools. I am trying out the examples using Google Colab. One thing I am noticing with the Ch. 3 examples is that I am getting a "placeholder not set" kind of e…
-
@nwojke Thanks for your excellent work! I trained Deep-SORT model on Jeston TX2 , and this error occurs
can you help me figure out why this happens? Thank you very much!
############################…
-
## ❓ How to do something using DETR
Hey, so I would like to import detr_panoptic to libtorch c++, therefore I follow the tutorial: [pytorch_torchscript_model](https://pytorch.org/tutorials/advanced/c…
-
Hello, I was following the tutorial on Deep Learning for Computer Vision with Python and TensorFlow – Complete Course on FreeCodeCamp and while I'm doing the project Car Price Prediction, I just encou…
-
In TensorFlow 1.x, or similar computation graph based deep learning framework, we could serialize the model into a protobuf file. And then, we can split the file into two parts, one for worker, the ot…
-
**Is your feature request related to a problem? Please describe.**
This feature request `NaiveSyncBatchNorm1d` is an extension of the existing `nn.BatchNorm1d` module, designed to support synchroniz…
-
## 🐛 Bug
Metrics (predefined in library and custom implementations) using concatenation `dist_reduce_fx="cat"` and CPU computation `compute_on_cpu=True` raise an error when training in multiple GPUs …
-
使用提供的LDPC码运行出错,大概是某个tensorflow向量维度不一致的错误。而当我使用BCH码或汉明码时成功运行。
There is an error when running with the provided LDPC code, probably because of an inconsistent tensorflow vector dimension. And when I u…
-
Hi, @u39kun!
Nvidia claims 6x performance improvement with recent cudnn 7.2 (https://developer.nvidia.com/cudnn)
Could you please try it on Titan V?
![image](https://user-images.githubuserconte…
-
I've recently started working with the package to build recommender systems and so far I've successfully built a Ranking task that takes the inputs from a Keras Data Generator. However, I could not ma…