RoutingNetworks
RoutingNetworks copied to clipboard
Results
2
RoutingNetworks issues
Sort by
recently updated
recently updated
newest added
Hi, I ran the script provided in `PytorchRouting/Examples/run_experiments.py` and was unable to get the results of CIFAR-MTL reported in the paper (I'm getting ~53% while the paper reports 70%). I...
Hi Mr. Rosenbaum, Really nice work! I have a question from the forward() function in [EXAMPLES.md](https://github.com/cle-ros/RoutingNetworks/blob/master/EXAMPLES.md). > y, meta, actions = self._initialization(y, tasks=tasks) > y, meta, task_actions = self._per_task_assignment(y, meta,...