Omry Yadan
Omry Yadan
I think the idea here is to not actually train but just demonstrate basic primitives.
> @tkornuta-nvidia I'm testing the `DataLoaderConf` class - seems to be working fine! > > What are the thoughts on supporting the `Dataset` class as well as `MNIST` from `torchvision`?...
> as test, moved it to a different file - I assume we will have different contributors, hence different headers (e.g. copyright) 1. For now I think we should stick...
@romesco: The CI failures are because you pushed stuff that failed CI checks. Please fix it :). We should only push stuff that passes all checks.
also, I think we should get into the habit of always adding tests when we add new configs.
> > @tkornuta-nvidia Are you envisioning we have many `conf/configen-.yaml` files per project, rather than one monolithic config yaml per project? I'm not opposed, just wanna see if that's what...
definitely pypi in my opinion.
I think this is probably too challenging for an initial example. We can have the network defined in code (as it is now) and instantiate it with instantiate. If you...
optimizer, dataset, model (at a high level). See the PL Hydra PR.
Hi @Queuecumber! There is a lot to unpack here :). First of all, this project is still under development, with the only person doing the heavy lifting now is @romesco....