无情秀发

文章
4
资源
0
加入时间
2年10月17天

总结一下tf2.3上遇到的奇奇怪怪的问题

自然语言处理方面,很多的代码是基于tf1.x的版本,这也导致了在目前的平台上没有办法使用。最近两周遇到的格外多,因此做一个小结:1)module ‘tensorflow‘ has no attribute ‘xxx’首先尝试:import tensorflow.compat.v1 as tftf.disable_v2_behavior()能解决大多数问题2)module ‘tensorflow.compat.v1 has no attribute contrib ‘xxxx’比较典型的问题

linux应用程序调试的基石---ptrace

文章出处:http://blog.csdn.net/estate66/article/details/5985746    ptrace是process 和 trace的简写,直译为进程的跟踪。它是操作系统提供给应用程序调试器诸如gdb,strace的系统调用接口(API)。    具体过程为:父进程首先进行fork调用,并在子进程中执行ptrace函数,将PTRACE_TRACE

Verilog实现常见电路(二)

常见电路系列连接https://blog.csdn.net/weixin_40634481/article/details/122940873?spm=1001.2014.3001.5501https://blog.csdn.net/weixin_40634481/article/details/122940873?spm=1001.2014.3001.5501目录:一、边沿检测二、串并转换三、分频器四、异步复位同步释放五、序列信号产生器六、序列检测器四、异步复位同步