Open
Conversation
…rting end2end (in DeepONetInterface.py). Also changed the input settings for DG to prevent singular matrix error.
… working on fully coupling DeepONet to CHORAS. I consolidated issues between the example json file that Nikolas made in the headless backend, and the one delivered by CHORAS. I did this by using Nikolas' json as a base and overwriting the relevant fields with the CHORAS json. We will have to copy this 'base' file somewhere when using Docker (I think)!
The current status is:
- The headless backend works like a charm.
- Using CHORAS without Celery works as well, apart from the .xlsx export and thereby the impulse response .csv export and consequently the auralization in CHORAS.
- Celery doesn't work yet as there are thread conflicts with orbax (some checkpointer used in DeepONet).
For now I want to wait on the new backend system to see whether some of these conflicts will be resolved by itself.
Finally, I removed all the specific version dependencies ("==x.x.x”) from the requirements file, as I was sick of the dependency issues between CHORAS and DeepONet. Apart from a Marshmallow update that broke some things (had to make some changes in the files in the schemas folder), this made things work (Python 3.11)!
Contributor
Author
|
As @SilvinWillemsen mentioned in the last commit message, we'll wait until the new backend infrastructure is merged before finalizing this PR. Moving into category "On hold" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP