franzi

Results 14 comments of franzi

I'd love support for `pyproject.toml` as well. Are there any plans if/when this might happen?

Yeah, `simec.py` was written quite a long time ago with older keras and tf versions. Then I switched to pytorch (--> `simec_torch.py`) and neglected the keras version.... I'll try to...

Not sure why this is related to the keras versions but in general when you set sparse_inputs=True you should give the model a scipy sparse matrix, not a numpy array...

Thanks for looking into this! I think you definitely found some places where setting random seeds should help, but I think there are also some places where it is not...