Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Outputs Of Final Few Colab Notebook Cells Not Logged

Outputs of final few colab notebook cells not logged
Hey,
We are creating a ClearML Task within a Google Colab notebook and using the Task, among other things, for its notebook artifact.
This works well for the most part, but for some reason the output of the last few cells is not logged (all of the code and markdown cells appear as expected), despite those cells definitely having run successfully (as seen in colab itself). I have tried flushing, waiting to upload, to no avail.
The notebook creates lots of plots (~50).

We don’t change any of the settings around the Task’s plotting or logging.

Any pointers on where the problem may be coming from? Why is everything except the output of the last few cells being logged?
Thanks

  
  
Posted 10 months ago
Votes Newest

Answers 7


Did you try task.close() ?

  
  
Posted 10 months ago

Hi @<1523701079223570432:profile|ReassuredOwl55> , what version of clearml are you using? Is it a self deployed server? If so, what is the version

  
  
Posted 10 months ago

Hi John, we are using a self-hosted server with:

WebApp 1.9.2-317
Server: 1.9.2-317
API: 2.23

edit: clearml==1.11.0

  
  
Posted 10 months ago

@<1523701079223570432:profile|ReassuredOwl55> can you provide an example of the ways you tried to flush or wait?

  
  
Posted 10 months ago

@<1523701070390366208:profile|CostlyOstrich36> did you manage to reproduce this?

  
  
Posted 10 months ago

I used task.flush(wait_for_uploads=True) in the final cell of the notebook

  
  
Posted 10 months ago

Yes, sorry, the final cell has the flush followed by the close

  
  
Posted 10 months ago
469 Views
7 Answers
10 months ago
10 months ago
Tags