Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating a Tailored Auto-Encoder Model into Generative Model Application #7861

Merged
merged 49 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1e43d0d
init
dongyang0122 Jun 18, 2024
3562301
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 18, 2024
42ee14a
update
dongyang0122 Jun 19, 2024
277b784
Merge branch 'fix-issue-7858-add-ae' of https://github.com/dongyang01…
dongyang0122 Jun 19, 2024
4060949
update
dongyang0122 Jun 19, 2024
aea74b6
update
Jun 19, 2024
e415abd
update
dongyang0122 Jun 19, 2024
c7d68d2
update
Jun 19, 2024
aab1ba3
update
dongyang0122 Jun 19, 2024
31420c5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 19, 2024
6f5a85d
update
dongyang0122 Jun 19, 2024
e88f15d
Merge branch 'fix-issue-7858-add-ae' of https://github.com/dongyang01…
dongyang0122 Jun 19, 2024
9da0710
update
dongyang0122 Jun 19, 2024
01d7cf9
update
dongyang0122 Jun 21, 2024
3654336
update
dongyang0122 Jun 21, 2024
f7cbba1
update
dongyang0122 Jun 21, 2024
b820487
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 21, 2024
69b14fd
update
dongyang0122 Jun 21, 2024
6ff55b7
Merge branch 'fix-issue-7858-add-ae' of https://github.com/dongyang01…
dongyang0122 Jun 21, 2024
bee14ab
update
dongyang0122 Jun 21, 2024
e521723
fix output type
dongyang0122 Jun 21, 2024
5aaede3
update for loop indexing
dongyang0122 Jun 22, 2024
285f19c
update
dongyang0122 Jun 24, 2024
0dc6196
update
dongyang0122 Jun 24, 2024
6e4bf9a
update
dongyang0122 Jun 24, 2024
7279629
update
dongyang0122 Jun 24, 2024
e881fce
update
dongyang0122 Jun 26, 2024
f7ebd96
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 26, 2024
9bd8d91
update
dongyang0122 Jun 26, 2024
0224c76
update
dongyang0122 Jun 26, 2024
43ed144
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 26, 2024
5353a76
update
dongyang0122 Jun 26, 2024
7d5cb13
Merge branch 'fix-issue-7858-add-ae' of https://github.com/dongyang01…
dongyang0122 Jun 26, 2024
08ab459
update
dongyang0122 Jun 26, 2024
34dab58
update
dongyang0122 Jun 27, 2024
b7d0f1b
update
dongyang0122 Jun 27, 2024
86a983e
update
dongyang0122 Jun 27, 2024
a712a9b
update
dongyang0122 Jun 27, 2024
27e7b81
update
dongyang0122 Jun 27, 2024
90937d0
update
dongyang0122 Jun 27, 2024
c7a5d79
Merge branch 'dev' into fix-issue-7858-add-ae
dongyang0122 Jun 27, 2024
bf4c2ba
update
dongyang0122 Jun 28, 2024
27b3af6
update
dongyang0122 Jun 28, 2024
11f4a69
update
dongyang0122 Jun 28, 2024
5ad7dee
update
dongyang0122 Jun 28, 2024
816802d
Merge branch 'dev' into fix-issue-7858-add-ae
dongyang0122 Jun 29, 2024
56c451a
Merge branch 'dev' into fix-issue-7858-add-ae
KumoLiu Jul 1, 2024
e1361a5
update
dongyang0122 Jul 1, 2024
beead83
Merge branch 'fix-issue-7858-add-ae' of https://github.com/dongyang01…
dongyang0122 Jul 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions monai/apps/generation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) MONAI Consortium
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
10 changes: 10 additions & 0 deletions monai/apps/generation/maisi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) MONAI Consortium
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
10 changes: 10 additions & 0 deletions monai/apps/generation/maisi/networks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) MONAI Consortium
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Loading