Aidan Dempster
Aidan Dempster
Backward is where I would expect to see the performance hit since it is doing a gather with a very large set of gradients.
In parallel with this, I think we need to also a parameter for quantifying how much time is spent doing evaluation versus training. Evaluation is an incredibly heavy operation because...
Notes for this task can be kept in this doc (https://docs.google.com/document/d/1DkFY9ZUqXHKJGlX87g0S85-VULgeb0q-gTRbz_Lr9JU/edit?usp=sharing).
Pull request #57 introduced a dataloader that can read a webdataset and embeddings.
For anybody coming here from the new ngrix-proxy version where the `VIRTUAL_PATH` option was introduced, this solution is very easy to set up. Just use `app = FastAPI(root_path=os.environ.get('VIRTUAL_PATH'))` and that...
Also having this issue. Is it just that this has stopped being supported and is no longer functional on newer versions? In case somebody is still here, I am having...
This is really an excellent library and is almost exactly what I was looking for. I need to do computation inside a node and then pass the information along to...
My strategy was to simply pass a references to the nodes parents and children when a path was connected. Something like this: ```python class CompNode(BasicNode): def __init__(self): super(CompNode, self).__init__() self.parents...
This is also important to my project and, while I could work around it, I would like to have an official solution. Is this still something you are working on?...
If next11 does static image optimization itself, what is the benefit of using this package now?