S-aiueo32 / contextual_loss_pytorch

Contextual Loss (CX) and Contextual Bilateral Loss (CoBi).
MIT License
172 stars 45 forks source link

Installation problems #17

Open juliadietlmeier opened 1 year ago

juliadietlmeier commented 1 year ago

Installing according to your instructions with pip produces an error "...Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip." Thanks

MrTornado24 commented 1 year ago

change the version in setup.py: change version='latest' to version='0.1.0'

songwei100110 commented 1 year ago

@MrTornado24 Your practice works.Good.

271806 commented 5 months ago

thank you @MrTornado24