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!

132 Commits (14e3d14b36e1abea59ea64ed6bedf0eb540f57c9)

Author SHA1 Message Date
  Stanislaw Adaszewski 14e3d14b36 Add Batcher. 3 years ago
  Stanislaw Adaszewski 56fdd9ffeb Make negative sampling more correct and more efficient at the same time. 3 years ago
  Stanislaw Adaszewski 4ed3715b83 Add cumcount(). 3 years ago
  Stanislaw Adaszewski e557b18762 Add trainprep and negative_sample_(adj_mat|data)(). 3 years ago
  Stanislaw Adaszewski 7ea82a6267 Add test_model_decode_01(). 3 years ago
  Stanislaw Adaszewski b1a5f0d0ee Add common_one_hot_encoding(). 3 years ago
  Stanislaw Adaszewski 82d5c06eee Fix aggregation of representations from different edge types. 3 years ago
  Stanislaw Adaszewski bd8143469c Make work convolve() in new model. 3 years ago
  Stanislaw Adaszewski b607a727ae Rename _per_layer_required_rows to _vertices. 3 years ago
  Stanislaw Adaszewski 4ed6626e02 Work on required vertices per layer. 3 years ago
  Stanislaw Adaszewski f8a02191cb _clear_adjacency_matrix_except_rows() might yet be fast enough on the GPU. 3 years ago
  Stanislaw Adaszewski 4f953fd203 Work on triacontagon. 3 years ago
  Stanislaw Adaszewski d57af9c090 Start triacontagon. 3 years ago
  Stanislaw Adaszewski 2eff854467 Start working on FastLoop. 3 years ago
  Stanislaw Adaszewski 8edf8ce4f9 Add test_fast_model_01(). 3 years ago
  Stanislaw Adaszewski f99f0bb919 Add FastModel. 3 years ago
  Stanislaw Adaszewski aa3cc1f3ad Reimplement FastConvLayer. 3 years ago
  Stanislaw Adaszewski c6f4b8779d Add test_fast_graph_conv_03() and test_fast_graph_conv_04(). 3 years ago
  Stanislaw Adaszewski 1a303f1a51 Add test_fast_graph_conv_01() and test_fast_graph_conv_02(). 3 years ago
  Stanislaw Adaszewski fcaccc8730 Fix a typo. 3 years ago
  Stanislaw Adaszewski e2ae97add3 Work on FastGraphConv. 3 years ago
  Stanislaw Adaszewski 271fba0004 Add test_cat_01() and test_cat_02(). 3 years ago
  Stanislaw Adaszewski 058d4d43fb Add _sparse_diag_cat(). 3 years ago
  Stanislaw Adaszewski dd41ba9bd0 Add matrix-multiply illustration. 3 years ago
  Stanislaw Adaszewski 36fe246ff1 Start working on fastconv. 3 years ago
  Stanislaw Adaszewski 54c7f1ae8f Fix a typo. 3 years ago
  Stanislaw Adaszewski 5bc276eb6b Add BatchedData support to DecodeLayer. 3 years ago
  Stanislaw Adaszewski 45a18a46aa Add shuffle to DataBatcher. 3 years ago
  Stanislaw Adaszewski c210be41b3 Add databatch. 3 years ago
  Stanislaw Adaszewski e74eb25a31 Add bulkdec. 3 years ago
  Stanislaw Adaszewski fc8f9726af Remove unnecessary .detach() call in dropout_dense(). 3 years ago
  Stanislaw Adaszewski 6cf3175950 Remove an extra newline. 3 years ago
  Stanislaw Adaszewski 1ee89509ee Fixes for bool sparse tensors. 3 years ago
  Stanislaw Adaszewski cd4c34ea7d Fix for non-leaf .grad warning. 3 years ago
  Stanislaw Adaszewski 13940671cc Performance tests. 3 years ago
  Stanislaw Adaszewski a5b8701a0d Add some debug output for profiling, the bottleneck is in DecodeLayer but also comes generally from computing always all nodes. 3 years ago
  Stanislaw Adaszewski b9e7e395cb Add shuffle param to TrainLoop. 3 years ago
  Stanislaw Adaszewski 3391e15da1 Fix for sparse_coo_tensor(). 3 years ago
  Stanislaw Adaszewski 0a0a524dc8 Fixes for the GPU. 3 years ago
  Stanislaw Adaszewski 055b4b369d run_epoch() progresses at a crawl. 3 years ago
  Stanislaw Adaszewski 8aafb6fa01 Clean up _equal(). 3 years ago
  Stanislaw Adaszewski d4dab52e82 Make _equal() much faster. 3 years ago
  Stanislaw Adaszewski 094813b298 Change test in test_unigram_03(). 3 years ago
  Stanislaw Adaszewski 03478e2667 Add test_parameter_count_01(). 3 years ago
  Stanislaw Adaszewski c023d35c46 Introduce FlatPredictions, flatten_predictions(), BatchIndices, gather_batch_indices(). 3 years ago
  Stanislaw Adaszewski 2b388e4431 Fix test_model. 3 years ago
  Stanislaw Adaszewski 9366687239 Add TrainLoop. 3 years ago
  Stanislaw Adaszewski f11f25704a Make Model accept PreparedData rather than Data. 3 years ago
  Stanislaw Adaszewski f17f97caf4 Add test_model_07(). 3 years ago
  Stanislaw Adaszewski 414c93419f Add test_model_06(). 3 years ago