Andriy Balinskyy
Andriy Balinskyy
There is a risk of getting _ZeroDivisionError: float division by zero_ in TensorboardWriter.set_step() method in line: ` self.add_scalar('steps_per_sec', 1 / duration.total_seconds()) ` I get this when running example config with...
The following code snippet causes everything after `Example:` to be parsed as `long_description`. As a consequence, `params` and `raises` are lost. ``` from docstring_parser import parse if __name__ == '__main__':...
In C1_Fundamentals/P3_BagQueueStack/W16_17_18_23_Bag.java in the Equal() method there is a small problem. If 'bag' includes an ellement 'i' less times that 'this' does, it will still return 'true'.