Zachary Charles
Zachary Charles
Ah, are you using Mac? Unfortunately we stopped supporting Mac, so this is likely why you are not able to find the newest versions of TFF.
Hi @ghaffarzadeh. Apologies I'm just looking at this now - we recently released a new version. Can you verify whether or not this uses GPUs? Unfortunately, TFF has its own...
To clarify - You can execute code, but the `learning_process.initialize()` is hanging indefinitely? Do you have any estimate of how long it has run?
@SamuelGong I think that if you remove the call to `tff.backends.native.set_sync_local_cpp_execution_context` it should run. This call should now be mainly unnecessary (as it is the default execution context) though it...
I think that `tff.backends.native.set_sync_local_cpp_execution_context` shouldn't be invoked in the tutorial at all, since it's now the default. As for the illegal value, this might be due to using Jupyter -...
@niharikagupta2021 I would encourage you to open a separate github issue for this. Please make sure to include the suggested details - things like version, operating system, etc. are critical...
@aixiangwang I have not been able to repro this issue, and we have seen no other reports about this. I suspect this might be something about the environment you are...
Hi @LamaCian, I am closing this due to inactivity. As mentioned in my previous post, there is not enough detail to repro any of your code snippets above, so it...
That API symbol doesn't exist. Please use `tff.learning.algorithms.build_weighted_fed_avg` instead. We encourage you to check out the tutorials and documentation, which are all up to date with the latest TFF version.
@ayouch33 Please file a separate github bug for any bugs you believe are caused by TFF. However, we encourage you to do invesigation first to make sure that this is...