Hi @<1542316991337992192:profile|AverageMoth57> ,
were you able to resolve this issue, as I am also facing the same for all type of models/frameworks except Keras, even after saving the model to disk?
im just building and training the model. when we are initializing clearML it should auto log this in artifacts section right?
Provide a bit more detail. What framework are you using?
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.
Currently im using TensorFlow and using LSTM I'm building model but its not logging to clearML.