Dmitry Chichkov
Dmitry Chichkov
With GPU enabled, tensorflow freezes unless I force "Discounted Monte-Carlo returns." to CPU. Adding with tf.device("/cpu") into discounted_return(reward, length, discount) seem to address the issue. ``` def discounted_return(reward, length, discount):...
Does it makes sense?
Erwin, please could you do initial review/advice on feature extraction integration? The code is more or less alive, needs your input. 1) what is the best way to call the...
It looks like blip_caption / base_coco models were updated and no longer compatible with the code? Or is it a bug on my side? I'm trying a cog container (that...
I'm trying to trace what data was used to train Kosmos-2, to understand if the model can reasonably be used commercially. Or if it poses a downstream risk. And from...
The demo outputs a warning: > The current model is run on SEEM Focal-L, for best performance refer to [our demo](https://huggingface.co/spaces/xdecoder/SEEM). And then the performance of the model seems to...
**Describe the bug** Annotating data within an iframe (wikipedia articles, etc) in the HyperText element is no longer possible, as tags are filtered out from HTML content starting from 1.11.0....
**Is your feature request related to a problem? Please describe.** It is not clear how to use Feedback scheme to store multi-turn conversation. It doesn't look like there is support...
Would it be possible to add MMMU validation to EvalAI? It'd be great to be able to compare the numbers calculated on the validation set with the ones produced by...
**The bug** While images are visible in Jupyter, the ChatML/string representation becomes invalid once the runtime stops, and the images are not visible in the console. ``` user What is...