Results 11 issues of Anton Lee

Synaptic intelligence `avalanche/training/plugins/synaptic_intelligence.py` currently has the following warning ``` warnings.warn("The Synaptic Intelligence plugin is in an alpha stage " "and is not perfectly aligned with the paper " "implementation. Please...

**Describe the bug** When using the `simple_parsing.subgroups` function inside an optional child data class, the default `None` value is not respected. **To Reproduce** ```python import simple_parsing from dataclasses import dataclass...

bug

- `LearningPerformanceEvaluator` is now `AutoCloseable` to ensure `PredictionLoggerEvaluator` can flush predictions. - `PredictionLoggerEvaluator` can wrap another `ClassificationPerformanceEvaluator`. - Removed `outputPredictionFile` from classification tasks because it is redundant now. - Ensures...

It appears that `dir(jpype.JPackage("mypackage"))` does not handle non-ASCII characters anywhere in its package path. This method is critical for tools like [stubgenj](https://gitlab.cern.ch/scripting-tools/stubgenj) that loop over packages using `dir`. Consider the...

When adding multiple java objects to a pickle a buffer overflow can occur. I believe this to be a bug related to ``native/java/org/jpype/pickle/ByteBufferInputStream.java`` specifically how it resizes after multiple ``puts``....

Change markdown standard to Github Flavored Markdown (GFM) replacing Pandoc's default markdown. This is consistent with the Jupyter Notebook markdown cells and should improve compatibility (https://nbformat.readthedocs.io/en/latest/format_description.html#markdown-cells).

cherry-picks the basic functionality from the big PR #317 . Mostly semi-supervised learning support and efficient evaluators.

Running the following: ``` mvn test ``` With the following environment (`ubuntu-latest`): ``` Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Maven home: /usr/share/apache-maven-3.9.11 Java version: 21.0.8, vendor: Azul Systems, Inc., runtime: /opt/hostedtoolcache/Java_Zulu_jdk/21.0.8-9/x64 Default...