Don't Settle for "Good": It Is Time for New LCP Thresholdsspeedkit.com3 points·by DivineTraube·10 месяцев назад·0 comments
Reducing Layout Shifts with Custom Fallback Fontsyoutube.com4 points·by DivineTraube·3 года назад·0 comments
Making the Web Faster with Service Workers and Performance Researchcalendar.perfplanet.com6 points·by DivineTraube·4 года назад·0 comments
Why Google’s Crux Results Are Not Reproducible with Your Real-User Monitoringmedium.baqend.com4 points·by DivineTraube·4 года назад·0 comments
A real-time web analytics platform using Kinesis Data Analyticsaws.amazon.com1 points·by DivineTraube·5 лет назад·0 comments
Largest Contentful Paint is about to drop by 20% in Chrome 88medium.baqend.com13 points·by DivineTraube·5 лет назад·0 comments
Largest Contentful Paint is about to drop by 20% in Chrome 88medium.com1 points·by DivineTraube·5 лет назад·0 comments
The Core Web Vital “Largest Contentful Paint” Just Changed Dramaticallymedium.baqend.com12 points·by DivineTraube·5 лет назад·0 comments
DivineTraube·4 года назад·discussThe updated version gives me this (after successful setup with the example alien thing):UnfilteredStackTrace Traceback (most recent call last) <ipython-input-2-0e20e3adf861> in <module>() 2 ----> 3 image = generate_image_from_text("alien life", seed=7) 4 display(image)67 frames UnfilteredStackTrace: TypeError: lax.dynamic_update_slice requires arguments to have the same dtypes, got float16, float32.The stack trace below excludes JAX-internal frames. The preceding is the original exception that occurred, unmodified.--------------------The above exception was the direct cause of the following exception:TypeError Traceback (most recent call last) /content/min-dalle/min_dalle/models/dalle_bart_decoder_flax.py in __call__(self, decoder_state, keys_state, values_state, attention_mask, state_index) 38 keys_state, 39 self.k_proj(decoder_state).reshape(shape_split), ---> 40 state_index 41 ) 42 values_state = lax.dynamic_update_slice(TypeError: lax.dynamic_update_slice requires arguments to have the same dtypes, got float16, float32.
UnfilteredStackTrace Traceback (most recent call last) <ipython-input-2-0e20e3adf861> in <module>() 2 ----> 3 image = generate_image_from_text("alien life", seed=7) 4 display(image)
67 frames UnfilteredStackTrace: TypeError: lax.dynamic_update_slice requires arguments to have the same dtypes, got float16, float32.
The stack trace below excludes JAX-internal frames. The preceding is the original exception that occurred, unmodified.
--------------------
The above exception was the direct cause of the following exception:
TypeError Traceback (most recent call last) /content/min-dalle/min_dalle/models/dalle_bart_decoder_flax.py in __call__(self, decoder_state, keys_state, values_state, attention_mask, state_index) 38 keys_state, 39 self.k_proj(decoder_state).reshape(shape_split), ---> 40 state_index 41 ) 42 values_state = lax.dynamic_update_slice(
TypeError: lax.dynamic_update_slice requires arguments to have the same dtypes, got float16, float32.