tanweixi

Results 2 issues of tanweixi

I am confused about the design of `FrozenDict` in `configuration_utils.py` and the usage of it. ### 1. Is `FrozenDict` really frozen? From the code, `FrozenDict` sets `self.__frozen = True` during...

**Describe the bug** when `SummaryWriter` is initialized with `write_to_disk=False`, we expect that `add_scalar` or `add_scalars` would NOT write anything. However, it will actually write something in `add_scalars` as codes [here](https://github.com/lanpa/tensorboardX/blob/master/tensorboardX/writer.py#L489):...