imanfs

Results 2 issues of imanfs

Hello, In the toy example [here](https://github.com/Cranial-XIX/FAMO/blob/0a6ad06dbdd55fce73ec01e3a175c2498cd1e5e9/experiments/toy/trainer.py#L59) you have set `self.min_losses = torch.Tensor([-21 * scale, -21])` where `scale = 1e-1` by default. If I understand correctly, this is meant to replicate...

I'm getting the following IndexError when trying to run `python main.py -h` in my terminal: ``` Traceback (most recent call last): File "examples/nyu/main.py", line 105, in params = parse_args(LibMTL_args) File...