ncoder
ncoder
## Bug Report ### Capacitor Version ``` Latest Dependencies: @capacitor/cli: 2.4.7 @capacitor/core: 2.4.7 @capacitor/android: 2.4.7 @capacitor/electron: 2.4.7 @capacitor/ios: 2.4.7 Installed Dependencies: @capacitor/ios not installed @capacitor/cli 2.4.4 @capacitor/android 2.4.4 @capacitor/core 2.4.4...
This allows one to use their own caching strategy to manage these textures, use placeholders, and overall prevent this call from blocking. For example, a simple use case is to...
I've made a few additions, and managed to the the CPU TESTS to run and pass under Visual Studio 2015. Some fixes were due to C++ standard changes, some are...
Fixes to get the library to build under Visual Studio 2015. Needed to upgrade CUDA sdk to 8.0. Added declspec(dllimport) to generate a .lib. Fixes a few C++ version issues.
**Is your feature request related to a problem? Please describe.** I generated 64 bit integers for ids for my collection points, as strings we're not supported (related: #610 ) I...
**Describe the bug** FirebaseAnaltyics behaves badly if don't wait for initializeFirebase to return, and call trackEvent. **To Reproduce** ```js export async function initFirebase() { return FirebaseAnalytics.initializeFirebase(firebaseConfig).then(() => { FirebaseAnalytics.setCollectionEnabled({ enabled:...
sends a NaN to GL without this
From what i read, the original paper uses the MassiveText dataset for training, which is no open sourced. Do you have suggestions of what dataset one should use as a...