Hongjiu "Enneamer" Zhang

Results 7 comments of Hongjiu "Enneamer" Zhang

I can see in the source code `models.py`:761 ```python def __iter__(self): for field in self._meta.db_fields: yield field, getattr(self, field) ``` It iterates over the database fields instead of the object...

I happen to have use cases for iterating over object fields (for manual dataclass mapping) and database fields (for database debugging). I wonder what is the original intention of this...

> > > > I tried using this branch but got an error about not getting expected number of gradients during backward (15 vs 16) > > > > >...

I am encountering this issue as well. I hope the file name can be specified directly. Maybe this can be an advanced feature in the configuration file. I am using...

Thank you for your review, @gsauthof . > Do you plan to integrate such a package into the debian distribution? Sorry that I did not make my intention clear. In...

I have added a packaging guide in README.md.

I'll be glad to deal with issues and PRs related to Debian packaging. I have added relavant information in `debian/README.md`. And I agree that it would be better to have...