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 do here?
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
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 normalization and ReLU activation, followed by max-pooling layers, and ending with three dense layers. Despite normalizing and reshaping the data correctly and using categorical cross-entropy as the loss function with the Adam optimizer, I am observing very low accuracy on the test set. The training accuracy does not improve significantly beyond a certain point. I have implemented the model architecture and data preprocessing steps correctly. Any suggestions on what might be causing this issue or how to improve the model’s accuracy would be greatly appreciated.
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]
How do i pass an Image to a Roxie Query?
The image is basically to test CNN based classification model on HPCC Cluster.
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 errors like the class name not being defined: