ydata-synthetic icon indicating copy to clipboard operation
ydata-synthetic copied to clipboard

[BUG] Is training data be sent across the network to compute the syntactic data?

Open Hemasundararaop opened this issue 2 years ago • 1 comments

Hi Team, Is training data be sent across the network to compute the syntactic data? OR it is computed locally without network call?

Regards, Hemasundar.

Hemasundararaop avatar May 30 '23 16:05 Hemasundararaop

Hi @Hemasundararaop,

All models are created and trained locally without any data being sent through network. The only exception is Fabric Regular Synthesizer which requires a token from YData Fabric and sends the training data to Fabric during the training.

aquemy avatar Jun 20 '23 15:06 aquemy