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!

101 Commits (47645ef409f4ae75f41b8fa1452ac4d4754ab75c)

Author SHA1 Message Date
  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
  Stanislaw Adaszewski cfb3d308a0 Add test_model_03(). 3 years ago
  Stanislaw Adaszewski 0578b13ea4 Fix prepare_adj_mat() by specifying shape explicitly. 3 years ago
  Stanislaw Adaszewski d5779daac3 Add test_model_01(). 3 years ago
  Stanislaw Adaszewski 346cc747a6 Add shuffle to PredictionsBatch. 3 years ago
  Stanislaw Adaszewski 908100cf45 Add Model. 3 years ago
  Stanislaw Adaszewski 72356545aa Remove loss as no longer necessary. 3 years ago
  Stanislaw Adaszewski a9f14d14a8 Add PredictionsBatch and test_predictions_btch_01(). 3 years ago
  Stanislaw Adaszewski ff4fb96bed Add CrossEntropyLoss and test_cross_entropy_loss_01(). 3 years ago
  Stanislaw Adaszewski 25e05cf1c2 Use torch.nn.Parameter(List) in decode. 3 years ago
  Stanislaw Adaszewski 55a5f3a2d2 Use torch.nn.ModuleList in convlayer. 3 years ago
  Stanislaw Adaszewski 8767db601d Remove node_type_row/node_type_column as redundant in add_relation_type(). 3 years ago
  Stanislaw Adaszewski e8122c3321 Get test_decode_layer_01 to pass. 3 years ago
  Stanislaw Adaszewski 832f620a78 Store relation types in a list instead of a dictionary and related fixes. 3 years ago
  Stanislaw Adaszewski 7eda6bdfb9 Fix regressions in trainprep. 3 years ago
  Stanislaw Adaszewski 915c568490 Small fix. 3 years ago
  Stanislaw Adaszewski 6c52bc1f71 Fix regressions in test_convlayer. 3 years ago
  Stanislaw Adaszewski b5d2f8fcda Start implementing RelationFamily. 3 years ago
  Stanislaw Adaszewski 56ce7aa60b Add type checks to DecodeLayer. 3 years ago
  Stanislaw Adaszewski 15e95bdc72 Use hints instead of is_autogenerated. 3 years ago
  Stanislaw Adaszewski 53cd182e6b Modify decoders to handle one relation at a time. 3 years ago
  Stanislaw Adaszewski eda27bee0e Increase test coverage. 3 years ago
  Stanislaw Adaszewski bd894a0257 Move back to using single-level dictionary for Data.relation_types. 3 years ago
  Stanislaw Adaszewski f51855e5b3 Add first test for declayer. 3 years ago
  Stanislaw Adaszewski 1868014ca3 Work on declayer. 3 years ago
  Stanislaw Adaszewski dd0eb81251 Add tests for decode. 3 years ago
  Stanislaw Adaszewski a305dc70aa Add tests for convlayer. 3 years ago
  Stanislaw Adaszewski d4dd1f2923 Add input to icosagon. 3 years ago
  Stanislaw Adaszewski 07a82e0da9 Work on icosagon. 3 years ago
  Stanislaw Adaszewski d503fb5738 Bring more elements to icosagon. 3 years ago
  Stanislaw Adaszewski 706ff0b009 New implementation of normalize for one/two node types and sparse/dense - good. 3 years ago
  Stanislaw Adaszewski 6f80b65a46 New implementation for one node type normalization seems to work. 3 years ago