Reputation
Badges 1
53 × Eureka!Can I see visualization of for example categorical columns as bar graphs?
Pefect, thanks. I will take a look at that.
report_table seems to be the most straight forward without matplotlib integration. Do you think it has plotting features?
because, the param name that takes in the df is table_plot
Oh, I think that is for a very small data. I don't think it works for me.
No worries. Thank you so much.
I will have to go for matplotlib or seaborn options.
At least I can do that along with matplotlib
CloudySwallow27
Sorry, It just worked now. I think It was slow internet connection issue. It just went away today.
CostlyOstrich36
I know. And the very fast help 🙏 😀
Yeah actually you are right. I can report the stats as a table, not the whole data.
I see. So, is it same thing when network is slow and there is a mistake in url?
Thanks, it did
Thanks CostlyOstrich36
But, I am not using report_media() function. The debug samples (confusion matrices) are saved from tensorboard.
Thank you Jake. is that the same for bitbucket and other repos as well? AND is there a specific part of the doc that talks about it?
they are different tasks. I start a new task but it can be same commit sometimes.
It doesn't work when I insert the credentilas individually either. I am using EC2 as clearml server.
I am passing my credentials as well. So, if it tries with the credentials and it doesn't work, may be try twice, may be three times, then raise an error. I don't know a lot about libraries, but the error that I am seeing is a bit confusing now.
- batchsize: 22
+ batchsize: 4
I see that under Executed
. But, the batch size for me is 22 under Configuration/General
They are actually from tracked files. Actually, I get the uncommitted changes under Execution
tab.
But, it uses the committed changes instead of these values.
@<1523705004920147968:profile|CloudySwallow27>
Another very related question is, does uncommitted changes work for sub modules as well? I mean, when there is a directory from a different repository cloned as a submodule.
I commited the uncommited changes and tried it. It works. The batchsize becomes 4.
Okay. thanks. But, about the overriding, I tried committing and when commited it works. So, I think that means the configuration is not overriden else where.
@<1576381444509405184:profile|ManiacalLizard2>