SforAiDl / jeta

A Jax based meta learning library
MIT License
16 stars 12 forks source link

Add Logging Support #36

Open veds12 opened 2 years ago

veds12 commented 2 years ago

Add:

harini-si commented 2 years ago

I'll do this

veds12 commented 2 years ago

@harini-si you can check the loggers they use in pytorch lightning. Basically, have a separate class for each

veds12 commented 2 years ago

@harini-si any progress on this?

harini-si commented 2 years ago

yep ill send a pr in a day or two

veds12 commented 2 years ago

I really like this for a local logger. Consider using it (after adapting as necessary) if you haven't already made one: https://github.com/facebookresearch/swav/blob/main/src/logger.py