Sam Comber

Results 4 issues of Sam Comber

I've been following your excellent example for creating a class activation map on a similar network (VGG16-Places365). However, there is a self.logits in the model definition that is undefined (https://github.com/markdtw/class-activation-mapping/blob/e98c01e1049abbf6754131273c07f1949749b988/vgg.py#L69)...

Having recently worked on a paper that visualizes the findings of a geodemographic classification (w/ @darribas), we were wondering if there might be appetite for introducing a radar chart to...

enhancement
wishlist

I have a prompt that post-RAG has retrieved docs separated by a triple dash, `---`, i.e the below. Command I'm running is `npx promptfoo@latest eval --tests tests.csv --providers openai:gpt-3.5-turbo --output...

I noticed that `htmldate` utilizes the `find_date` function, which internally relies on `examine_header`. Does it make sense to parse the response header from the server? Do servers typically default this...

question