-
Re: Can't read images with deep learning imbedded model
Hello Aurélien, Can you please check the version of "keras-preprocessing" that you are using. This is a package installed when installing keras, that provides utilities for preprocessing, i…1 · -
Re: How to update development/custom algo plugin to the latest version in a Visual Analysis?
Hello @rmios , The main limitation here is not to be able to have multiple versions of the same plugin installed at the same time in one DSS instance. It is not planned at the moment to make it possi…1 · -
Re: How to update development/custom algo plugin to the latest version in a Visual Analysis?
The best approach would be that the behaviour stays the same for old models. I do not know the complexity of your algorithm, but rather than removing the parameter, in the python code, you could for …2 · -
Re: Save pandas dataframe to .csv in managed S3 folder
Hello Vinothkumar, The code previously provided only works for python 2, and from the error you are experiencing, it seems that you are working with python 3. Python 2 and 3 have a very different app…3 · -
Re: Running DSS Jupyternotebook with Python3+
Hello Roger, Thanks for reporting this. After some investigation, we confirm that using custom code cross validation strategy does not work with python 3. As you suspected, this is due to the exec ca…1 ·