80 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
38
views
Using #EXPAND in a record structure
I have a functionmacro and want to specify the name of a field in the dataset that is returned. I thought I could use #EXPAND and supply a string but when I do that I get an error saying it's an '...
1
vote
1
answer
40
views
ECL: Error when Using KEYDIFF/KEYPATCH on Roxie
Tried using KEYDIFF or KEYPATCH code keywords on a Roxie cluster (roxie & hthor targets), but it only returns the following exception: "System error: -1: UNIMPLEMENTED activity 'keydiff'"...
-1
votes
1
answer
41
views
Using ecl bundles in vs code for my project on CVD_DIsease Risk Prediction
how to use ecl bundles in vs code, i tried downloading ml_core and leanring_Tree ecl bundle from the dropdown box in vs code for my project , but i kept getting import module not found error. what to ...
0
votes
1
answer
68
views
Is there any solution like prettier in vs code for ECL HPCC?
I am looking for a way that will solve indentation issue. There are hundred lines of code and I want to prettify it.
Please guide if you have found any solution in your expertise.
Tried ECL Language ...
0
votes
1
answer
62
views
Error: System error: 3000: assert(required <= maxAvailable()) failed - file: rtlcommon.hpp, line 137 (in Disk Read G1 E2) (0, 0), 3000,
I am working on ECL IDE and getting this error while submitting this program to ECL Watch. Here is the code:
IMPORT STD;
EXPORT File_Image := MODULE
EXPORT imageRecord := RECORD
STRING filename;
...
-1
votes
1
answer
36
views
how to upload images dataset in ecl watch and spray it, i tried using blob format but caused multiple problems
My problem: brain tumour detection using CNN in ecl. i am uploading the image dataset (the images are converted to strings) but when i spray it the no of columns do not match up to the dataset
I am ...
1
vote
3
answers
82
views
Low Accuracy on MNIST Dataset by CNN model built using GNN Bundles
I am working on a project using ECL and GNN bundles to train a convolutional neural network (CNN) on the MNIST dataset. The model architecture includes three convolutional layers with batch ...
-1
votes
1
answer
49
views
Low Accuracy on MNIST Dataset by CNN model built using GNN Bundles in ECL
I am working on a project using ECL and GNN bundles to train a convolutional neural network (CNN) on the MNIST dataset. The model architecture includes three convolutional layers with batch ...
0
votes
1
answer
58
views
Roxie query timeout
Exception
Reported by: WsEcl
Message: [ -6: timeout expired Target: C!:49918 -> 192.168.0.200:9876 (20), Raised in: jsocket.cpp, line 2034]
So i am encoding an image into a string using base64 , ...
0
votes
1
answer
69
views
How do i pass an Image to a Roxie Query?
The image is basically to test CNN based classification model on HPCC Cluster.
Is it possible to pass a string representing the image, or even the model outputs ; was a topic of discussion.
The model ...
3
votes
1
answer
57
views
Problem with ECL recognizing a Python class through Python embedding
So, I basically wanted to make use of PyTorch on ECL, through python embedding.When we constructed the architecture of a simple model by creating a class as shown below, we observed a few unusual ...
2
votes
1
answer
61
views
How to create a JSON request to a roxie query on a cluster with credentials?
I am currently using a HPCC Cluster, which has credentials for logging in. While creating a json request, to get the response from the roxie query, we are getting redirected to the login page. How do ...
0
votes
0
answers
37
views
Issue in text data conversion into numerical format
I'm trying to convert a sentence of text that is present in my dataset into a numerical format so that it can be an input to my ML model.
I feel it a bit difficult to understand TextVectors in ECL ...
0
votes
1
answer
82
views
How to get RECORD definition from string data
I have logical csv file that has been output from a WU and I need to convert it to a flat file. I would like to use the layout associated with the logical file instead of writing it by hand. The ...
1
vote
1
answer
58
views
How to deal with concatenated logical file obtained from spraying a folder containing JSON files in ecl?
Using DFU plus I executed the following command to spray multiple json files in a folder:
dfuplus action=spray server=http://localhost:8010/ srcip=10.0.2.15 prefix=FILENAME format=json srcfile=/var/...