Viktor Velev

Results 4 comments of Viktor Velev

Hey, I created a simple script that visualizes the checkpoints' metrics live, using [streamlit](https://github.com/streamlit/streamlit/). Here it is: ```python from collections import defaultdict from time import sleep from typing import Generator,...

Just wanted to chime in and express my support for this RFC. My current workflow is based around the JAX ecosystem, which doesn't provide data loading functionalities and instead redirects...

@lucidrains Isn't iGPT on pixel level or close to pixel level (a.k.a. the 9-bit color palette), whereas DALL-E operates on codebook vectors level? In a sense, DALL-E works at the...

I'm experiencing the same issue with `streamlit`, but upgrading `pydantic` to `1.10.8` solved it!