Currently im using TensorFlow and using LSTM I'm building model but its not logging to clearML.
Provide a bit more detail. What framework are you using?
im just building and training the model. when we are initializing clearML it should auto log this in artifacts section right?
It hooks into the calls made by the code. If you never save the model to disk, add it to a tool like MLflow/Tensorboard, or manually add the artifact to ClearML, afaik it won't save the artifact.