Alex Bäuerle

Results 74 comments of Alex Bäuerle

It seems like the link you send does not have valid data anymore. Can you either try to paste your model code again or share it with me so I...

For me, the default code works, see for example [here](https://viscom.net2vis.uni-ulm.de/ViCKyyzfKmL4xKYtFK8NDamapLugoz06bHxOBBrcnFR3UR2TZW). When I open your link, however, this is the code I see: ``` from tensorflow.keras.models import Sequential from tensorflow.keras.layers import...

Hey, I just tried this and it seems to work for me, can you try again?

> @li-boxuan that does sound reasonable! Honestly all settings should probably be frozen while a task is in progress Implemented in https://github.com/OpenDevin/OpenDevin/pull/1291

1. There is a console error since we have a button inside a button, hence the moving out of the refresh and collapse buttons. 2. There is a warning because...

I'd be happy to help out with the frontend part. After all, it was me who created this mess :D Maybe we can merge your changes in a way that...

Hey, awesome work. In https://github.com/OpenDevin/OpenDevin/issues/1136 we've been talking about only loading some folders in the hierarchy but I think this makes that somewhat obsolete. We wasted a bunch of time...

The alternative I was talking about and started working on is this: https://github.com/OpenDevin/OpenDevin/pull/1222 Another option would be to combine the two approaches (only loading part of the tree and your...

> I'd say if this works, we just go with it. > > > > Q: This solves the issue of the front end bogging down on trying to render...

> When I noticed we were accessing the workspace through the API, I considered an alternative: > > It might be more efficient to load it locally (I assume similar...