IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Stanislaw Adaszewski 2eff854467 Start working on FastLoop. 3 лет назад
..
unused Remove loss as no longer necessary. 3 лет назад
__init__.py Work on icosagon.trainprep. 3 лет назад
batch.py Introduce FlatPredictions, flatten_predictions(), BatchIndices, gather_batch_indices(). 3 лет назад
bulkdec.py Fix a typo. 3 лет назад
compile.py Performance tests. 3 лет назад
convlayer.py Add BatchedData support to DecodeLayer. 3 лет назад
convolve.py Remove an extra newline. 3 лет назад
data.py Clean up _equal(). 3 лет назад
databatch.py Add BatchedData support to DecodeLayer. 3 лет назад
declayer.py Add BatchedData support to DecodeLayer. 3 лет назад
decode.py Use torch.nn.Parameter(List) in decode. 3 лет назад
dropout.py Remove unnecessary .detach() call in dropout_dense(). 3 лет назад
fastconv.py Reimplement FastConvLayer. 3 лет назад
fastloop.py Start working on FastLoop. 3 лет назад
fastmodel.py Add test_fast_model_01(). 3 лет назад
input.py Fix for non-leaf .grad warning. 3 лет назад
model.py Add TrainLoop. 3 лет назад
normalize.py Fixes for bool sparse tensors. 3 лет назад
sampling.py Fixes for the GPU. 3 лет назад
trainloop.py Add some debug output for profiling, the bottleneck is in DecodeLayer but also comes generally from computing always all nodes. 3 лет назад
trainprep.py Fixes for the GPU. 3 лет назад
weights.py Bring more elements to icosagon. 3 лет назад