-
Export from Google code killed the history while converting wiki to markdown. So, need to convert it manually:
- [x] convert original Mercurial repository to Git and push it on GitHub
- [x] find marku…
-
I have a BQ table with field {"id":"string", "amount":"long"}.
I am passing kafka record as {"id":"1", "amount":1, "extraField":"someField"} and this results in following error:
```
Task failed w…
-
Hi
I setup 2 connector that sink data into bigquery for the same topic, which a producer produce several messages from a files.
**this is the connector configuration using stream insert**
c…
-
由于作者的代码train和validation是在一起的,我把validation的部分提出来单独用作者训练好的模型对360万数据集的36万多张图片做validation,但是效果并不好,val accuracy只有78.4%
![image](https://user-images.githubusercontent.com/48081275/63398740-1520e700-c401-11…
-
I'm trying to convert my Pytorch model which takes a flexible-size image and bounding box coordinates as input to a Coreml model. However, I failed to do that. I think the main problem should be the l…
-
dynamic batch is not possible even though I defined min and max shapes or defined max_batch_size.
```
x = torch.rand([1,1,5,5,2000]).cuda().half()
model = model.half()
model = torch2tr…
-
`graph node: CRNN
type: onnx::Transpose
inputs: ['68']
outputs: ['CRNN']
name in state_dict:
attrs: {'perm': [2, 0, 1]}
is_terminal: False
Converting transpose ...
!!! Cannot permute batch di…
-
The method of invoking Ghostscript can vary on systems, e.g. Windows vs. Linux. [As mentioned in the docs](http://ghostscript.com/doc/7.07/Use.htm#Invoking):
> The command line to invoke Ghostscrip…
-
We've discussed how to improve the workflow for various use cases (the current workflow is geared towards initial migrations of data into CSpace).
Were we to insert a new step into the process, we…
-
Im new with petastorm and Im facing some issues.
I need to iterate over a dataset getting three equals batches to transform 2 of them to extract some info.
The dataset consist on users ratings movie…