Skip to main content

Release 9.1

New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Community

StatusChangeDetails
new-featureIntroduced the Clarifai Organizations feature within the Community
  • You can now use the powerful feature to consolidate multiple Clarifai accounts into an organization and make the most out of your teams.
  • It enhances collaboration, allows you to centralize the management of your Clarifai operations, and more.
new-featurePublished the "Recommended" Resnet template
  • You can now use the template to yield optimal results with your visual classification models.
new-featurePublished the moderation-all-resnext-2 model
  • You can now use the image classification model to identify inappropriate content—such as nudity, drugs, suggestive, gore, etc.—in images and video.
new-featurePublished the moderation-abuse-japanese model
  • You can now use the text classification/moderation model to detect cyberbullying in Japanese texts.
new-featurePublished the moderation-abuse-korean model
  • You can now use the text classification/moderation model to classify Korean text into four concepts: hate speech, offensive language, gender bias, or other bias.
improvementMade "My Apps" text dynamic
  • The top left menu item, "My Apps", now leads to either own apps (on a user's profile) or org apps (if the user has switched to an organization profile). In the latter case, the text now reads "Org Apps."
improvementMade improvements to the model version table
  • Added spinning wheel to model version table. It appears during training and shows the progress of the model evaluation.
  • Fixed a slight issue with model version table padding.
bugFixed an issue with duplicating apps
  • Previously, when copying an app’s resources, the drop-down list to select a destination app contained app names, which had already been deprecated.
  • The issue has now been fixed and a user cannot choose an app name in the drop-down list; there is only an app id to choose from.
bugFixed an issue where the model list page loaded excess models other than the ones owned by the user.
  • The model list page now fetches the correct number of models owned by the user within that app. This greatly improves the loading speed of the models' page.
bugFixed an issue where the sorting drop-down box could be hidden when applying the listing view on apps, models, or workflows
  • The Sort by functionality is now fully visible and sorts apps, models, and workflows correctly when using the list view or the grid view.
bugFixed an issue where Python code snippets for some models failed to work
  • The Python code snippets now work as desired when used for calling the models via an API request.
bugFixed an issue where when a member clicked an invite link to join an organization, they got redirected automatically.
  • Previously, when either an existing Clarifai user or an unregistered user clicked an invite link to join an organization, the page with options to accept the invite or register for an account before accepting the invite could appear—but it could redirect to the organization's account or sign up page within a second without a chance for the user to read the message and react accordingly.
  • The redirect no longer happens automatically.
bugFixed incorrect values displayed in the Usage dashboard for average stored inputs
  • Previously, there was a discrepancy between the value of the average stored inputs displayed in the Usage highlights section and that displayed in the Average Stored Inputs chart.
  • The value of the average stored inputs is now displayed correctly in both places.
bugFixed an issue with adding a secondary email in the account settings page
  • Previously, if you added a new email to your account, and clicked the sent verification link in your inbox, you could get an error—although the additional email was correctly verified.
bugFixed an issue with the job monitor not showing when uploading text inputs
  • The input upload job monitor is now visible for text inputs. It correctly shows the progress status of the uploads.
bugFixed an issue where adding metadata to image inputs was impossible
  • Adding metadata information to image inputs now works as expected.
bugFixed some issues with displaying polygon points
  • Polygons labeled in the Input Viewer page are now displayed as desired.
bugFixed an issue with configuring a model template using pre-trained weights
  • Previously, it was not possible to select a pre-trained weight out of the provided list of options when undertaking a deep train model configuration.
  • You can now select any of the options out of the drop-down list.
bugFixed an issue with loading some models
  • Previously, there was an application-type error when trying to load some models from the Community. The issue has been fixed.

Old Portal

StatusChangeDetails
new-featureAdded a SWITCH TO NEW PORTAL button to allow users to switch to the new portal
  • You can now simply click the button on the legacy portal to be redirected to the new portal and try out its features.

API

StatusChangeDetails
improvementImproved the error codes generated when a request fails
  • Users now get more specific error codes that tell them why a particular request failed. The codes reflect specific parameter-related errors, which make debugging issues easy and fast.
improvementImproved the handling of retries for throttle and unconnected errors
  • Added better handling for the throttle error codes returned from API requests and unconnected error codes raised from the gRPC clients.
bugFixed an issue where using the PostDatasetInputs endpoint to add existing inputs with ids > 32 characters to a dataset resulted in an error
  • Input ids length is no longer validated for the PostDatasetInputs endpoint. So, the character limit is no longer applied.