Moritz

Results 52 comments of Moritz

I tried (installing the current github devel commit) and it works! Thanks a lot!

Thanks @EthanSteinberg for your support here! > torch_hawk can, and probably should be disabled. Just set use_hawk Does this also apply to `/home/moritz/Projects/PhenomeEncoder/modules/femr/src/femr/models/transformer.py`: ```python self.layers = nn.ModuleList( [FEMREncoderLayer(config, use_hawk=(i %...