google-deepmind / neural-processes

This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural Processes (NPs), Attentive Neural Processes (ANPs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo for classification experiment

Jamesswiz opened this issue · comments

Hello,
I don't know if this is the right forum to ask.....

Is there a available demo on the one-shot classification using the Omniglot dataset presented in section 4.3 of the paper. I am unable to understand how you combined the different channels of convolutional output to compute the statistics and combine it with test image to perform classification?