-
Re: How to use VGGFace in Dataiku?
Hi there :) I think this SO thread can help, https://stackoverflow.com/questions/49113140/importerror-cannot-import-name-obtain-input-shape-from-keras, you can probably amend the code of the file &qu…1 · -
Re: MEMSIZE_TRUNCATED_SAMPLE: The sample size limit in MB was reached
When looking at the contents of a dataset, the rows are loaded in the memory of DSS. The memory allocated to sampling has its own limit, set by the administrator. This is to prevent crashing the brow…2 · -
Re: What are the available custom recipe icons?
Icons from fontawesome 3.2 should work http://fontawesome.io/3.2.1/icons/1 · -
Re: Edit title of insight?
Please follow these steps: Open the dashboard, make sure you are in edit mode, select the insight, on the right column you will be able to edit the title of the insight.1 · -
Re: Scoring fails.
Hello, Your input data is very large, with 26k+ columns. Scoring is done on chunks of 100k rows (this cannot be changed), meaning that in your case this creates a 100k * 26k matrix, which does not fi…1 ·
