-
Hello author, I would like to have 60 scans in the Custom Humans dataset. How were the images used to generate the grid obtained?
-
- 12手ランダム打ちデータを11手までの全手筋と同じ個数用意してみる(19786627個)
- 12手までの全部の展開を列挙してシャッフルして最初の19786627個を使うなど
- 深層学習と最急降下法を組み合わせてみる
-
Hi, I am working on reproducing the quantitative results (Table 1) from the paper and have a couple of questions:
1. on Validity of the final output
Following the current code flow, it seems tha…
-
How to evaluate the model? I didn't see the evaluation code.
Thanks!
-
This came up in an internal discussion, but we recently had a boogaloo because of some uninitialized value. It looks like clang could have caught that with `-Wconditional-uninitialized`, but:
1. `-Wc…
-
Thank you for open-sourcing such meaningful work.
I've noticed that UnlearnDiffAtk is increasingly being used as an evaluation tool in the concept erasure field. I'm wondering if the author could cr…
-
There appears to have been a regression in October 2020, in revision bad371b3, where @nanavati changed `improveIf` to not optimize constructors with undefined. On the `b-lang-discuss` mailing list, a…
-
In https://github.com/opentofu/opentofu/pull/2105, we identified that there are some odd patterns with NodeImportResource where we construct temporary NodeAbstractResourceInstances to "borrow" some fu…
-
Hi - The current code does not seem to cover the proposed evaluation portion. Would the authors potentially consider sharing their evaluation pipeline ? More specifically the implementations behind AI…
-
Thank you for you sharing. After I download the trained model, how to evaluate its performance and submit to leaderboard?