Xinyi Xu
Xinyi Xu
Hi just wanted to reproduce the results reported by downloading the zip files from [releases](https://github.com/inoryy/reaver/releases) I ran into two issues: 1. In the unzipped folders, there seems to be missing...
I wonder if there is anyone already working on curating and putting up a collection of datasets for the few-shot object detection task. I would be happy to help out...
In the code provided in the readme for _Simple Example_, the line `iv = dag.optimal_intervention(cpdag=cpdag)` seems to cause an error due to missing function `optimal_intervention()`. Upon further investigation, I tried...
 @bingykang Would you mind elaborating a little more on the results, in term of interpretation of them? For instance in the second row what do "0.5:0.95", "S M L",...
the file path for class namelist is different from data root after making this change, it worked for me
Hi there, thanks for the great repo! I was working through the [Neural Tangents Cookbook](https://colab.research.google.com/github/google/neural-tangents/blob/main/notebooks/neural_tangents_cookbook.ipynb) and am a bit confused by the `loss_fn` (reproduced below): ``` def loss_fn(predict_fn, ys, t,...