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

iGAPT #30

Open
wants to merge 69 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
7ca459d
conditional-GAPT
Jan 29, 2023
e765953
fixed device mismatch
venkat201097 Jan 30, 2023
4f7810a
conditioning in args
Jan 30, 2023
86795ed
bug
Jan 30, 2023
83d4575
fixed noise dim args
Jan 30, 2023
deeaa19
conditioning G on n
Jan 30, 2023
a213a12
Conditioning on # particles and/or noise
Jan 30, 2023
1a78d51
uncommented
Jan 30, 2023
f396513
Fixed device mismatch
venkat201097 Jan 30, 2023
9e21d86
no-D-conditioning
Jan 31, 2023
a6c2afc
Merge branch 'num_particles' of https://github.com/venkat201097/MPGAN…
Jan 31, 2023
244a999
n_normalized
Jan 31, 2023
4239d07
normalized n for GAPT_D
Jan 31, 2023
9fddfcd
Learnable gaussian noise
Feb 7, 2023
2c770ab
Merge branch 'development' of https://github.com/rkansal47/MPGAN into…
Feb 7, 2023
3ebbbe2
Merge branch 'development' into num_particles
Feb 7, 2023
36ebdc4
Save best model; efps; learnable gaussian noise
Feb 7, 2023
66e58ad
Merge branch 'development' of https://github.com/rkansal47/MPGAN into…
Feb 7, 2023
d77d063
Merge branch 'development' into num_particles
Feb 7, 2023
577d10f
device bug fix
Feb 7, 2023
742da1a
fixed MVN cov. bug
venkat201097 Feb 7, 2023
cd01e98
ISE
Feb 7, 2023
1583b35
Merge branch 'num_particles' of https://github.com/venkat201097/MPGAN…
Feb 7, 2023
697500f
ISE for disc
Feb 7, 2023
1ff38b1
Merge branch 'development' of https://github.com/rkansal47/MPGAN into…
Feb 8, 2023
9244ffb
Merge branch 'development' into num_particles
Feb 8, 2023
c15db54
Merge branch 'development' of https://github.com/rkansal47/MPGAN into…
Feb 14, 2023
d992a1e
Merge branch 'development' into num_particles
Feb 14, 2023
9ac1c31
Residual connection at each SAB
Feb 14, 2023
d5c575e
using z as anchor in ISAB in G; initialize z using pooled set in D
Feb 15, 2023
a5421e2
fixed bug
Feb 15, 2023
3f78ac6
fixed num_threads
Feb 15, 2023
16b4698
fixed num_threads
Feb 15, 2023
4f3b8e3
numthreads=efjobs-3
Feb 21, 2023
2f8c15e
numthreads=efjobs-3
Feb 25, 2023
680072f
lg - reparam trick
Feb 27, 2023
6f90990
added batch_norm
Feb 28, 2023
1874f79
removed prints
Feb 28, 2023
3554eb7
Layer and Spectral norm
Mar 1, 2023
ece242d
Fixed layer norm args
Mar 1, 2023
d64850e
fix
Mar 1, 2023
ba43d35
Sampling from lower noise dims and projecting to embed dims
Mar 2, 2023
138f03e
init noise lg
Mar 3, 2023
d83554e
fixed lg code
Mar 4, 2023
92409b2
removed 'average_over_features' arg to w1p
Mar 4, 2023
ee23a8f
removed 'average_over_features' arg to w1p
Mar 4, 2023
0fc8320
merged layer and spectral norm
Mar 5, 2023
44da934
Custom MAB w/ spectral norm
Mar 10, 2023
fa36e46
Merge branch 'num_particles' into z-anchor-ISAB
Mar 10, 2023
67decea
DPMAB
Mar 10, 2023
4218ff7
custom mab or standard mab
Mar 12, 2023
caa260b
Merge branch 'num_particles' into z-anchor-ISAB
Mar 12, 2023
92a9e8f
bug
Mar 12, 2023
7899e5f
Merge branch 'num_particles' into z-anchor-ISAB
Mar 12, 2023
cbf9250
previous lg
Mar 15, 2023
a16733e
torch rsample init set
Mar 15, 2023
737ebbe
Fixed custom mab to be same as torch.nn.mha
Mar 15, 2023
2344d3a
Merge branch 'num_particles' into z-anchor-ISAB
Mar 16, 2023
4918249
Merge branch 'development' of https://github.com/rkansal47/MPGAN into…
Apr 5, 2023
dcb0528
merged new dev
Apr 5, 2023
da91d9c
merged dev
Apr 5, 2023
9c9f5ee
Learn anchor from global noise
Apr 19, 2023
2cd74dd
Sampling initial per-particle noise of size init-noise-dim; proj. usi…
Jul 5, 2023
9587057
removed print
venkat201097 Jul 5, 2023
34aefd0
merged
venkat201097 Jul 5, 2023
a11f336
Merge branch 'z-anchor-ISAB' of https://github.com/venkat201097/MPGAN…
rkansal47 Nov 28, 2023
a37f8b3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 28, 2023
014a8b5
rm unused args
rkansal47 Nov 28, 2023
2f3863c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 28, 2023
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
Loading