Andreas Fehlner

Results 27 comments of Andreas Fehlner

Adding some docs for interested readers: https://github.com/onnx/onnx/wiki/ONNX-Interface-for-Framework-Integration:-API-Proposal http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/onnxmd/onnx_docs/ONNXIFI.html

[imagehistory.txt](https://github.com/aimhubio/aim/files/8030207/imagehistory.txt) and I use the callback with; v_data = [next(myGen_demo) for item in range(3)] print("range: " + str(range(3))) print("type vdata: " + str(type(v_data))) print(str(len(v_data))) image_history = ImageHistory( tensor_board_dir=tensor_board_directory, data=v_data, last_step=2,...

I started with adding spektral to conda-forge (https://github.com/conda-forge/staged-recipes/pull/13040#issuecomment-719945938), but as long as tensorflow2 is not supported, it is rather difficult...

Hello, I also tried this first. At the end I'll use "Windows Subsystem for Linux 2 (WSL2) and Visual Studio Code on Windows10. I installed pyTsetlinMachine in WSL2 and access...

Hello, the question sounds very interesting and is also very relevant for me. I would also like to do the calculation, the fit separately from the predict method, among other...

Hello @olegranmo, @bmreiniger; Thanks for the solution for this issue. It works! (I used the code below for testing) In general, I'm wondering if I really need/should load the original...

any updates to that topic? I'm also interested in small models with max. 150.000 parameters. Are the better solutions than changing the self._max_fail_streak in kerastuner/engine/hypermodel.py so far?

> Agree. Hopefully someone can look into that option soon. @mdatres You could make a source build using the "tf-1.x" branch. I believe it exports into a frozen graph. I...

The thread sounds very interesting, but unfortunately not so active? Are there still considerations / actions in the direction of a port to Windows?

Might be a duplicate of https://github.com/abreheret/PixelAnnotationTool/issues/40 ? (Already fixed, but no new release)