-
### Description
We would like to be able to implement fail fast strategy of the Dag. It means if any of the task fails it is required to stop all the rest tasks running in parallel and mark the ent…
-
import json
from pymongo import MongoClient
# Step 1: Read the text file
def read_file(file_path):
with open(file_path, 'r') as file:
content = file.read()
return content
# …
-
As explained in a comment in storage_service::stream_tablet():
```
// FIXME:
// We could do the splitting not in the streaming stage, but in a later stage, so that
// fro…
-
-
Hi!
We are trying to train a EN-FR sentence level QE model by using a predictor estimator model with parallel data.
We are using OpenKiwi 0.1.3 to train it.
The procedure was as follows:
1. …
-
Hello,I used your code to train. However, the model terminate after first iter
Would you please help me find out the problem?
Thank you
Here are my Trace backs:
[session 1][epoch 1][iter 0] loss: …
-
### System Information
OpenCV version: 4.x
OS: Android 14
Device: Google Pixel 8
Compiler: CLang
### Detailed description
`VASObjectTracker.PipelineTest` fails with the following messages:
…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTor…
-
I remember from this post https://github.com/facebookresearch/higher/issues/99 that DDP seemed to be a feature that was in process of dev for higher (I remember @albanD was tagged in that post).
I …
-
Hi I have looked into the raw tokenized parallel data which is in .tok format. Downloaded the same from https://dl.fbaipublicfiles.com/transcoder/TransCoder_tokenized_test_set_functions.zip . Seems th…