-
Re: Save pandas dataframe to .csv in managed S3 folder
Hello Oliver, The Folder API also allows you to retrieve directly a writer, that enables you to to write incrementally to a specific path in the managed folder. This writer can then be passed directl…2 · -
Re: Retrain only the best model from a visual analysis
Hello, when you deploy a model from the Lab to the flow, there is an advanced setting allowing you to only re-train with the best set of hyperparameters. Go back to the Lab, click on your model > …2 · -
Re: Cannot reproduce the result of cats dogs classification
Hello @drdunga , thanks for your feedback. The tutorial expects the following: * use the Train dataset for the training, with splitting 80/20 for train/test data. Using 2000 images for training + sco…1 · -
Re: Cannot reproduce the result of cats dogs classification
Hello, TL;DR the current version of the tutorial does yield poor results. If you switch to a ResNet50 architecture without freezing layers, you should obtain a much better classifier. Following your …1 · -
Re: Problems with Deep Learning plugin
Hello Peter, There was indeed a bug with the plugin due to the recent release of the package pip (version 9.0.2) which seems to be broken in the context of the plugin. We fixed the issued and release…1 ·