Commit 1b5305b
1.5.1 (#152)
* chore: autopublish 2022-07-26T13:54:44Z
* Remove create-badges job
* Delete test.py
* Add multi-head masked attention
* Update multi-head gated attention to match parent layer
* Update documentation
* Test multi-head masked attention
* allow gated attention layers to use bias
* test bias in gated attention layers
* set return_attention_weights to False to avoid multi-outputs
Use MultiHeadSelfAttention and MultiHeadGatedSelfAttention if want to return the attention weights
* reformat gnns/layers.py
This commit adds new message-passing graph layers (MPN) and graph convolutional layers to dt, including vanilla MPN, GRUMPN, Masked-attention FGNN, and GraphTransformer.
* Update layers.py
* Update test_layers.py
* Update models.py
* Update test_models.py
* Update test_models.py
* Fix indexing problems related to tf.gather
* Allow multi-inputs in ContinuousGenerator
* Fix bad conversion to integer
* version bump
* Fix phase correction at focus and offset calculation
* Fix phase correction in propagation
* Fix mie phase out of foucs
* Fix mie phase out of foucs
* Update README.md
* Bm/version 1.4.0 (#137)
* Update layers.py
* Update convolutional.py
Transformer-based models can now be reused and expanded quickly and easily
* Update documentation
* Update Transformer-based models
* Delete classifying_MNIST_vit_tutorial.ipynb
* Create classifying_MNIST_vit_tutorial.ipynb
* Update datasets.py
* Allows kwargs as inputs in single_layer_call
* Update embeddings.py
* masked transformers
* reformat transformer models
* Create trajectory_analysis_tutorial.ipynb
* Add Variational autoencoders
* Add variational autoencoders
* Update vae.py
* Create MNIST_VAE_tutorial.ipynb
* Update MNIST_VAE_tutorial.ipynb
* Create folder for course examples
* Update README.md
* Update README.md
* Update examples
* Update README.md
* Update README.md
* Update MNIST VAE examples
* Added MLP regression example
* Update README.md
* Create image_segmentation_Unet.ipynb
* Update README.md
* Documented and tested cell_counting_tutorial.ipynb
* improve dnn example
* Shift variant mie
* Position mie scatterer correctly
* implement set z
* implement mnist v1
* implement z dependence
* remove logging
* Implement flattening methods
* Implement pooling and resizing
* Implement TensorflowDataset
* Finalize MNIST
* Implement Malaria classification
* alpha0 release
* fix batchsize in fit
* implement dataset.take
* Implement datasets
* fix phase in mie
* Fix mie positioning and focusing
* Commit to new branch
* add tensorflow datasets dependence
* remove test
Co-authored-by: Jesús Pineda <[email protected]>
Co-authored-by: Jesús Pineda <[email protected]>
Co-authored-by: Benjamin Midtvedt <[email protected]>
Co-authored-by: Ccx55 <[email protected]>
* Add tensorflow datasets to the list of dependencies.
* Read requirements.txt into setup.py
* remove sphinx from build
* remove create badges
* Create CITATION.cff
* Create .zenodo.json
* Update transformer models
* Update pint_definition.py
* Update requirements.txt
* create TimeDistributed CNN
* small fixes to lodestar
* remove direct getter of properties
* Update scatterers.py
Coherence length fix for MieScatterer
* Update scatterers.py
Added coherence length to the conversion table
* mie phase fix
Co-authored-by: BenjaminMidtvedt <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jesús Pineda <[email protected]>
Co-authored-by: Benjamin Midtvedt <[email protected]>
Co-authored-by: Jesús Pineda <[email protected]>
Co-authored-by: Ccx55 <[email protected]>
Co-authored-by: Harshith Bachimanchi <[email protected]>1 parent 8685af1 commit 1b5305b
2 files changed
+46
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
501 | 504 | | |
502 | 505 | | |
503 | 506 | | |
| |||
508 | 511 | | |
509 | 512 | | |
510 | 513 | | |
| 514 | + | |
511 | 515 | | |
512 | 516 | | |
513 | 517 | | |
| |||
527 | 531 | | |
528 | 532 | | |
529 | 533 | | |
| 534 | + | |
530 | 535 | | |
531 | 536 | | |
532 | 537 | | |
| |||
555 | 560 | | |
556 | 561 | | |
557 | 562 | | |
| 563 | + | |
558 | 564 | | |
559 | 565 | | |
560 | 566 | | |
| |||
574 | 580 | | |
575 | 581 | | |
576 | 582 | | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
577 | 590 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
| 591 | + | |
| 592 | + | |
583 | 593 | | |
584 | 594 | | |
585 | 595 | | |
586 | 596 | | |
587 | 597 | | |
588 | | - | |
589 | | - | |
590 | | - | |
| 598 | + | |
591 | 599 | | |
592 | 600 | | |
593 | 601 | | |
| |||
599 | 607 | | |
600 | 608 | | |
601 | 609 | | |
602 | | - | |
| 610 | + | |
603 | 611 | | |
604 | 612 | | |
605 | 613 | | |
| |||
612 | 620 | | |
613 | 621 | | |
614 | 622 | | |
615 | | - | |
616 | | - | |
| 623 | + | |
| 624 | + | |
617 | 625 | | |
618 | 626 | | |
619 | 627 | | |
| |||
639 | 647 | | |
640 | 648 | | |
641 | 649 | | |
| 650 | + | |
| 651 | + | |
642 | 652 | | |
643 | 653 | | |
644 | 654 | | |
645 | 655 | | |
646 | | - | |
| 656 | + | |
647 | 657 | | |
648 | 658 | | |
649 | 659 | | |
| |||
672 | 682 | | |
673 | 683 | | |
674 | 684 | | |
675 | | - | |
| 685 | + | |
676 | 686 | | |
677 | 687 | | |
678 | 688 | | |
679 | | - | |
| 689 | + | |
680 | 690 | | |
681 | 691 | | |
682 | 692 | | |
| |||
720 | 730 | | |
721 | 731 | | |
722 | 732 | | |
723 | | - | |
| 733 | + | |
724 | 734 | | |
725 | 735 | | |
726 | 736 | | |
727 | 737 | | |
728 | 738 | | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
729 | 753 | | |
730 | 754 | | |
731 | 755 | | |
732 | 756 | | |
733 | 757 | | |
734 | | - | |
735 | | - | |
| 758 | + | |
| 759 | + | |
736 | 760 | | |
737 | 761 | | |
738 | 762 | | |
| |||
0 commit comments