Anselm Hahn

Results 61 issues of Anselm Hahn

### Bug Description In the case of using `resnet_v2`-models, an **out-of-memory error** can be generated. ### Expected Behavior Instead of crashing and generating an **out-of-memory error**, the currently used model...

Update utils.py and test by using `break` instead of `raise` ### Which issue(s) does this Pull Request fix? resolves #1722 ### Details of the Pull Request According to discussion #1721,...

In according to Google's [JAX](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html), would it be possible to include JAX into `AutoKeras`, please? I guess, if no array-slicing would be performed, JAX should be fully working? https://github.com/keras-team/autokeras/blob/c51da2dd87b195ab3bd0941ea70862c3cf66e9a9/autokeras/adapters/input_adapters.py#L25-L29

### Feature Description Are than any plans to further extend the range of Keras-Models for _Image Classification_? [https://keras.io/api/applications/](https://keras.io/api/applications/)

### Feature Description For further increasing the performance, I was wondering if you consider an _optional_ [JAX](https://github.com/google/jax) support, by rewriting the `NumPy` import. ### Code Example ```python try: import jax.numpy...

I am wondering if [pprint](https://docs.python.org/3/library/pprint.html#module-pprint) can be used for the metric printout? > Sometimes the results of the solver are too harsh cropped? `pprint` could provide a screen optimized printout...

### Feature Description It would be nice if `AutoKERAS` as an automated ML framework also offers the option for automatic image clustering. ### Reason Sometimes you just have images but...

Refactoring `if-if` statements Assignment Expressions via `:=`

**Thx for the plugin!** Some of the `if-if` statements can be summarized via `if + and` Maybe that's something to consider https://github.com/tiangolo/poetry-version-plugin/blob/89f9aaf02cbdc6a2a5972c07b167e78314ad153b/poetry_version_plugin/plugin.py#L57-L77

in `def _compare_key(key, _df1, _df2, img_dir):` and `def _compare_numeric(col, _df1, _df2, img_dir, date_flag=False):` the labels `df1_name` & `df2_name` are not defined and consequently it crashed during data comparision