Somesh Kumar Singh
Somesh Kumar Singh
I can take this up.
Split Longer Keys into multiple lines Also I would recommend converting values into scientific notation to give a very clean view. How does that sound ?
The advantage of having numerical values in scientific notation is that you will have a fixed length representation. Multiple key value pairs can also be split on the basis of...
Ok then we can split the lines into multi-lines based on their length. Additionally, we can make the user pass the key, value pairs that he wants to log.
@arihantbansal Can you try implementing your logger in the GAN Tutorial notebook so we can merge it ?
@arihantbansal can you write the tests to complete the PR, Tensorboard and Tutorial test can be integrated in a different PR
Sure, share the tutorial plan and make sure you use the utilities from the repository
@ShreeyashGo @devaletanmay we are not using separate classes as the code doesn't look very clean with many metrics, also I am adding more metrics you can split the implementation
Ok we will change the test
@mehulrastogi Step analogy is good for iterative attacks, but for training normal modules like ResNet / NiN / AllConvNet it looks unnecessary. So we should use the torchvision's pattern for...