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!

151 次程式碼提交 (79b0890a704615c379d6f5d59622a69a4d5ed97d)

作者 SHA1 備註 提交日期
  Stanislaw Adaszewski 058d4d43fb Add _sparse_diag_cat(). 3 年之前
  Stanislaw Adaszewski dd41ba9bd0 Add matrix-multiply illustration. 3 年之前
  Stanislaw Adaszewski 36fe246ff1 Start working on fastconv. 3 年之前
  Stanislaw Adaszewski 54c7f1ae8f Fix a typo. 3 年之前
  Stanislaw Adaszewski 5bc276eb6b Add BatchedData support to DecodeLayer. 3 年之前
  Stanislaw Adaszewski 45a18a46aa Add shuffle to DataBatcher. 3 年之前
  Stanislaw Adaszewski c210be41b3 Add databatch. 3 年之前
  Stanislaw Adaszewski e74eb25a31 Add bulkdec. 3 年之前
  Stanislaw Adaszewski fc8f9726af Remove unnecessary .detach() call in dropout_dense(). 3 年之前
  Stanislaw Adaszewski 6cf3175950 Remove an extra newline. 3 年之前
  Stanislaw Adaszewski 1ee89509ee Fixes for bool sparse tensors. 3 年之前
  Stanislaw Adaszewski cd4c34ea7d Fix for non-leaf .grad warning. 3 年之前
  Stanislaw Adaszewski 13940671cc Performance tests. 3 年之前
  Stanislaw Adaszewski a5b8701a0d Add some debug output for profiling, the bottleneck is in DecodeLayer but also comes generally from computing always all nodes. 3 年之前
  Stanislaw Adaszewski b9e7e395cb Add shuffle param to TrainLoop. 3 年之前
  Stanislaw Adaszewski 3391e15da1 Fix for sparse_coo_tensor(). 3 年之前
  Stanislaw Adaszewski 0a0a524dc8 Fixes for the GPU. 3 年之前
  Stanislaw Adaszewski 055b4b369d run_epoch() progresses at a crawl. 3 年之前
  Stanislaw Adaszewski 8aafb6fa01 Clean up _equal(). 3 年之前
  Stanislaw Adaszewski d4dab52e82 Make _equal() much faster. 3 年之前
  Stanislaw Adaszewski 094813b298 Change test in test_unigram_03(). 4 年之前
  Stanislaw Adaszewski 03478e2667 Add test_parameter_count_01(). 4 年之前
  Stanislaw Adaszewski c023d35c46 Introduce FlatPredictions, flatten_predictions(), BatchIndices, gather_batch_indices(). 4 年之前
  Stanislaw Adaszewski 2b388e4431 Fix test_model. 4 年之前
  Stanislaw Adaszewski 9366687239 Add TrainLoop. 4 年之前
  Stanislaw Adaszewski f11f25704a Make Model accept PreparedData rather than Data. 4 年之前
  Stanislaw Adaszewski f17f97caf4 Add test_model_07(). 4 年之前
  Stanislaw Adaszewski 414c93419f Add test_model_06(). 4 年之前
  Stanislaw Adaszewski cfb3d308a0 Add test_model_03(). 4 年之前
  Stanislaw Adaszewski 0578b13ea4 Fix prepare_adj_mat() by specifying shape explicitly. 4 年之前
  Stanislaw Adaszewski d5779daac3 Add test_model_01(). 4 年之前
  Stanislaw Adaszewski 346cc747a6 Add shuffle to PredictionsBatch. 4 年之前
  Stanislaw Adaszewski 908100cf45 Add Model. 4 年之前
  Stanislaw Adaszewski 72356545aa Remove loss as no longer necessary. 4 年之前
  Stanislaw Adaszewski a9f14d14a8 Add PredictionsBatch and test_predictions_btch_01(). 4 年之前
  Stanislaw Adaszewski ff4fb96bed Add CrossEntropyLoss and test_cross_entropy_loss_01(). 4 年之前
  Stanislaw Adaszewski 25e05cf1c2 Use torch.nn.Parameter(List) in decode. 4 年之前
  Stanislaw Adaszewski 55a5f3a2d2 Use torch.nn.ModuleList in convlayer. 4 年之前
  Stanislaw Adaszewski 8767db601d Remove node_type_row/node_type_column as redundant in add_relation_type(). 4 年之前
  Stanislaw Adaszewski e8122c3321 Get test_decode_layer_01 to pass. 4 年之前
  Stanislaw Adaszewski 832f620a78 Store relation types in a list instead of a dictionary and related fixes. 4 年之前
  Stanislaw Adaszewski 7eda6bdfb9 Fix regressions in trainprep. 4 年之前
  Stanislaw Adaszewski 915c568490 Small fix. 4 年之前
  Stanislaw Adaszewski 6c52bc1f71 Fix regressions in test_convlayer. 4 年之前
  Stanislaw Adaszewski b5d2f8fcda Start implementing RelationFamily. 4 年之前
  Stanislaw Adaszewski 56ce7aa60b Add type checks to DecodeLayer. 4 年之前
  Stanislaw Adaszewski 15e95bdc72 Use hints instead of is_autogenerated. 4 年之前
  Stanislaw Adaszewski 53cd182e6b Modify decoders to handle one relation at a time. 4 年之前
  Stanislaw Adaszewski eda27bee0e Increase test coverage. 4 年之前
  Stanislaw Adaszewski bd894a0257 Move back to using single-level dictionary for Data.relation_types. 4 年之前