-
Hi, thank you for sharing the great code.
We try to fine-tune SlowFast Kinetics model with UCF101 dataset, could you provide fine-tune code?
Thank you very much.
K3N60 updated
2 months ago
-
I have the watney rover working with the provided _watney.img_ release ([Build Here](https://www.thingiverse.com/thing:6493508)), but its a little flakey so I thought I'd try to upgrade to bookworm ar…
-
the crash report is [here](https://pastebin.com/tGKn3PAx)
the main words is
```
"java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1937.method_8320(net.minecraft.class_2338)" be…
-
auto-reduced (treereduce-rust):
````rust
pub trait Foo2 {
fn bar(&'a mut self) -> impl Sized + use impl Sized + 'a {}
}
````
original:
````rust
//@ check-pass
//@ edition:2021
…
-
Crashlog:
Details
---- Minecraft Crash Report ----
// Don't be sad, have a hug!
-
### Code
```Rust
It is for this project, to run it locally you need twitter API credentials in an .env file
https://github.com/sashinexists/better-twitter-archiver
```
### Meta
`ru…
-
---- Minecraft Crash Report ----
// There are four lights!
Time: 2023-11-19 18:11:26
Description: Rendering item
java.lang.ClassCastException: class com.anthonyhilyard.iceberg.renderer.VertexC…
-
### Code
```Rust
#![feature(transmutability)]
#![feature(type_alias_impl_trait)]
trait OpaqueTrait {}
type OpaqueType = impl OpaqueTrait;
trait AnotherTrait {}
impl AnotherTrait for T {}
…
-
### What happened?
I am on minecraft 1.21.1. Couldn't choose 1.21.1 so I am writing it here.
[latest.log](https://github.com/user-attachments/files/16976919/latest.log)
[crash-2024-09-12_12.24.06…
-
When declaring a static variable of type LazyLock in Rust without providing an explicit type annotation, the Rust compiler panics with an internal error. Providing a type annotation for the LazyLock…