Don't Settle for "Good": It Is Time for New LCP Thresholdsspeedkit.com3 ポイント·投稿者 DivineTraube·10 か月前·0 コメント
Making the Web Faster with Service Workers and Performance Researchcalendar.perfplanet.com6 ポイント·投稿者 DivineTraube·4 年前·0 コメント
Why Google’s Crux Results Are Not Reproducible with Your Real-User Monitoringmedium.baqend.com4 ポイント·投稿者 DivineTraube·4 年前·0 コメント
A real-time web analytics platform using Kinesis Data Analyticsaws.amazon.com1 ポイント·投稿者 DivineTraube·5 年前·0 コメント
Largest Contentful Paint is about to drop by 20% in Chrome 88medium.baqend.com13 ポイント·投稿者 DivineTraube·5 年前·0 コメント
Largest Contentful Paint is about to drop by 20% in Chrome 88medium.com1 ポイント·投稿者 DivineTraube·5 年前·0 コメント
The Core Web Vital “Largest Contentful Paint” Just Changed Dramaticallymedium.baqend.com12 ポイント·投稿者 DivineTraube·5 年前·0 コメント
DivineTraube·4 年前·議論The 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.