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 年前