Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
92763f13dd1bc4772f198c240364ec8ed204b9f5
Select Git revision
20 results
mlair
Author
Search by author
Any Author
authors
0 authors
May 28, 2021
added param max_number_multiprocessing to set maximum number of processes to...
· 92763f13
leufen1
authored
3 years ago
92763f13
new FCN class using branched inputs (can be combined with branched filter data handler)
· e3de37e4
leufen1
authored
3 years ago
e3de37e4
all filter data handlers can now return either filter portions as dimension or distinct branches
· a6cd5f5c
leufen1
authored
3 years ago
a6cd5f5c
May 27, 2021
added new parameter dropout_rnn
· e872a388
leufen1
authored
3 years ago
e872a388
split activation for rnn and dense layer part
· 19e758cc
leufen1
authored
3 years ago
19e758cc
fixed typo
· 97ca2fa3
leufen1
authored
3 years ago
97ca2fa3
add dense layer between rnn and output
· 3a94611e
leufen1
authored
3 years ago
3a94611e
Merge branch 'lukas_issue289_feat_cnn-model-class' into...
· 8da0c387
lukas leufen
authored
3 years ago
8da0c387
May 26, 2021
new method to calculate seasonal diurnal anomalies
· fd5fe608
leufen1
authored
3 years ago
fd5fe608
use mse loss for rnn
· 24808a64
leufen1
authored
3 years ago
24808a64
plotting works better but is still too messy, improved rnn class
· f384b448
leufen1
authored
3 years ago
f384b448
May 25, 2021
small change
· 70d0d9df
leufen1
authored
3 years ago
70d0d9df
add vanilla rnn
· 0a74a59c
leufen1
authored
3 years ago
0a74a59c
May 22, 2021
disable plotting for now to have running module
· d591487b
leufen1
authored
3 years ago
d591487b
May 21, 2021
store intermediate plot implementation, must be refactored
· 1cb0624b
leufen1
authored
3 years ago
1cb0624b
use single precision for filter, reduce data size always as much as possible
· 5bc7ec6d
leufen1
authored
3 years ago
5bc7ec6d
May 20, 2021
extra loop for each year to prevent memory issues
· 23c8ade0
leufen1
authored
3 years ago
23c8ade0
new version now applies along window axis instead of just using t0
· df510cdb
leufen1
authored
4 years ago
df510cdb
May 19, 2021
add index error to f_proc
· e96d635b
leufen1
authored
4 years ago
e96d635b
add another gc collect
· 1f1e658d
leufen1
authored
4 years ago
1f1e658d
add another gc collect
· 57999dac
leufen1
authored
4 years ago
57999dac
May 18, 2021
interpolate now takes care, that missing values are not dropped but indicated with nans
· dcfde574
leufen1
authored
4 years ago
dcfde574
more loggings
· 9ff55017
leufen1
authored
4 years ago
9ff55017
more loggings
· 939f1980
leufen1
authored
4 years ago
939f1980
added many loggings to find HPC error
· 754e61f0
leufen1
authored
4 years ago
754e61f0
solved lazy error, some station removals have to be fixed still
· d31c0176
leufen1
authored
4 years ago
d31c0176
add gc collect statement
· 9e4c6db8
leufen1
authored
4 years ago
9e4c6db8
use less memory intense version for clim_filter_vectorized to avoid memory issues
· 09d8ceda
leufen1
authored
4 years ago
09d8ceda
filter plots different seasons, filter returns data with missing values now (not squeezed version)
· c7b75f3e
leufen1
authored
4 years ago
c7b75f3e
May 17, 2021
new data handler for mixed sampling and climate fir, fine tuning is required...
· 82c4ba1e
leufen1
authored
4 years ago
82c4ba1e
May 06, 2021
new try with convolve
· d28ad0a0
leufen1
authored
4 years ago
d28ad0a0
speed comparison
· 0682b903
leufen1
authored
4 years ago
0682b903
maybe found axis bug
· 4ab948e3
leufen1
authored
4 years ago
4ab948e3
try out dask approach
· e32f012e
leufen1
authored
4 years ago
e32f012e
removed debug slice
· f13604b0
leufen1
authored
4 years ago
f13604b0
add exception if filter input plot wasn't successful
· 1215576e
leufen1
authored
4 years ago
1215576e
added debug logging
· 1892f3cb
leufen1
authored
4 years ago
1892f3cb
added a numpy filter version (should be again faster)
· 955426d7
leufen1
authored
4 years ago
955426d7
add log statement to track progress
· 202d9baa
leufen1
authored
4 years ago
202d9baa
implemented vectorized version of fir filter for faster computation
· 15dc6218
leufen1
authored
4 years ago
15dc6218
Loading