Could i get any sample NLP project where it already integrated with clearML, Currently i'm exploring on clearML and try to get few projects up and running in dashboard.
Hi @<1536881167746207744:profile|EnormousGoose35> , you certainly can and should 🙂
Is there some specific capability you're looking for?
yes,its working with ML and DL projects.
Hi @<1536881167746207744:profile|EnormousGoose35> , you can integrate ClearML into your existing code with the two simple lines of
from clearml import Task
task = Task.init(...)
To see how it works and looks 🙂