General Discussion
- Hi, whenever I try to execute a Time Series training, I get: Training failed Read the logsProcess died (exit code: 132) This is the Logs (LONG):[2022/07/17-10:25:05.693] [FT-TrainWorkThread-xNsxm5L8-2…Last answer byLast answer by Sergey
Hi, these "0"s mean that AVX instructions set have not passed over to the guest VM.
It should be:
00:00:01.963497 AVX - AVX support = 1 (1) 00:00:01.963504 AVX2 - Advanced Vector Extensions 2 = 1 (1)
So it's either VirtualBox you are running, cannot pass them over (try getting the latest one), or VirtualBox doesn't properly virtualize this particular CPU so cannot ship AVX to the guest VM.
You can also check if the guest machine inherits AVX with this command:
lscpu | grep avx
- Hi, I have a scenario that I want to be triggered by many users at the same time. However, I found this particular information in the documentation. https://doc.dataiku.com/dss/latest/scenarios/trigge…Last answer by Ignacio_Toledo
I see, but I'm kind of lost on how to help you here. I'd have assumed that if anybody would be doing a training of a model, they would be working directly in a dataiku project, not through a webapp. I guess applications are the dataiku answer to your use case (https://knowledge.dataiku.com/latest/courses/o16n/dataiku-applications/introduction.html).
Most probably, someone else might have a different approach and similar use case. But what it is true, is that you can't run the same scenario or same job at the same time by different users.
Cheers
Last answer by Ignacio_ToledoI see, but I'm kind of lost on how to help you here. I'd have assumed that if anybody would be doing a training of a model, they would be working directly in a dataiku project, not through a webapp. I guess applications are the dataiku answer to your use case (https://knowledge.dataiku.com/latest/courses/o16n/dataiku-applications/introduction.html).
Most probably, someone else might have a different approach and similar use case. But what it is true, is that you can't run the same scenario or same job at the same time by different users.
Cheers
- Hello community, After the upgrade of Dataiku to 10.0.4, suddenly a Pyspark recipe didnt work no more on the default Python 2.7 code env due to syntactical error stated below: File "/appl/dataiku/data…Last answer byLast answer by
- Hello Dataiku community, I am trying to select a column from a table with a SQL query. But my column name is composed of a special character such as '?'. So I tried to select it with these methods: ta…Last answer byLast answer by