feature(models): Add unet_2d_blocks #123
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests:
src/models/unet_2d_blocks.rs#L659
unused variable: `in_channels`
|
Run tests:
src/models/embeddings.rs#L38
method `forward` is never used
|
Run tests:
src/models/unet_2d_blocks.rs#L190
method `forward` is never used
|
Run tests:
src/models/unet_2d_blocks.rs#L262
method `forward` is never used
|
Run tests:
src/transformers/clip.rs#L221
method `forward` is never used
|
Run tests:
src/transformers/clip.rs#L240
methods `shape` and `forward` are never used
|
Run tests:
src/transformers/clip.rs#L284
method `forward` is never used
|
Run tests:
src/transformers/clip.rs#L299
method `forward` is never used
|
Run tests:
src/transformers/clip.rs#L318
method `forward` is never used
|
Run tests:
src/transformers/clip.rs#L337
associated items `generate_causal_attention_mask` and `forward` are never used
|
Loading