I was going through the repr_clip.ipynb in the folder "Figure_1_Modality_Gap". There was a line "from colors import blue, red, green, cyan". The "color" is not a library so what to do? Why are these colors being used are they for text or some figure. I tried to use the library "termcolor" and "colorama" but it didn't work.
Also, there is a line "import ruamel_yaml as yaml" it is also not working. I have installed yaml and ruamel_yaml but still not working. What can be issue here?
I was going through the repr_clip.ipynb in the folder "Figure_1_Modality_Gap". There was a line "from colors import blue, red, green, cyan". The "color" is not a library so what to do? Why are these colors being used are they for text or some figure. I tried to use the library "termcolor" and "colorama" but it didn't work.
Also, there is a line "import ruamel_yaml as yaml" it is also not working. I have installed yaml and ruamel_yaml but still not working. What can be issue here?