LarsKue / lightning-trainable

A default trainable module for pytorch lightning.
MIT License
10 stars 1 forks source link

omegaconf #26

Closed ThisIsForReview closed 9 months ago

ThisIsForReview commented 9 months ago

Hi Lars

I thought this information may be useful to you. I figured it out why my initial installation of lightning-trainable was not working.

After tracing the code, I found that I have to remove my installed package OmegaConf, otherwise torch lightning will use omegaconf to save trainer parameters which may contradict to the definition of AttributeDict in lightning-trainable.

JB

LarsKue commented 9 months ago

Hi JB, thanks for the heads-up!