minux302

Results 4 issues of minux302

I want to use this code. What is the this repository license?

In `Base` dataset class, `classes`, `num_classes`, `extend_dir` are defined as static method. So when we want to change those method, we must duplicate Dataset Class. Sometimes this is inconvenient. For...

shuffle in `_TFDSReader` in [dataset_iterator.py](https://github.com/blue-oil/blueoil/blob/master/blueoil/datasets/dataset_iterator.py) has no random seed. We must set random seed for shuffle for reproducibility

Very small modification. The argument of `train_hypernetworks` in api.py is `args: dict`, so it is needed to pass `**args` to `train_hypernetworks` in `modules.hypernetworks.hypernetwork`. Since `*args` passes only the dict key,...