I think it is a real problem to change types in web interface. I have this problems right now:
- If I create a task, task will automatically set int if value is something like
1. But if it was actually a float, I cannot change in web ui and "1.5" will be just a string.
- If I want to create a new variable, it will automatically be a string
I don't want to keep in mind that any variable in clearml task can be a string
See also #266